aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r--actions/systemsettings/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 9fbbd3802..a40049b8b 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -91,7 +91,7 @@
{
$plugins = explode(',', $CONFIG->default_plugins);
foreach ($plugins as $plugin)
- enable_plugin(trim($plugins), $site->getGUID());
+ enable_plugin(trim($plugin), $site->getGUID());
}
else
{