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.php5
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");