From 393a528ef67d1d3ff17658c56e8ae0178687b975 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 12 Mar 2009 18:36:57 +0000 Subject: Fixed typo in default plugins init + version bump git-svn-id: https://code.elgg.org/elgg/trunk@3157 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 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 -- cgit v1.2.3