diff options
Diffstat (limited to 'actions/systemsettings')
-rw-r--r-- | actions/systemsettings/install.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index f18844ce1..004652fdf 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -41,7 +41,10 @@ set_config('debug', 1, $site->getGUID()); else unset_config('debug', $site->getGUID());
-
+ + // activate profile by default + enable_plugin('profile', $site->getGUID()); +
system_message(elgg_echo("installation:configuration:success"));
header("Location: ../../register.php");
|