diff options
-rw-r--r-- | actions/systemsettings/install.php | 2 | ||||
-rw-r--r-- | version.php | 2 |
2 files changed, 2 insertions, 2 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
{
diff --git a/version.php b/version.php index 186de0a77..1b1bafc82 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009031102; // YYYYMMDD = Elgg Date
+ $version = 2009031201; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.5 RC2'; // Human-friendly version name
|