aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-21 12:24:21 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-21 12:24:21 +0000
commit5cf95a42b6e77fc14b295e73f3d351b203453746 (patch)
tree88ac378a74102bbdbdba37e69ca6f2206973cbed /actions/systemsettings
parent4a7d397b6e9e8150758c94a93d7405ed269eabcb (diff)
downloadelgg-5cf95a42b6e77fc14b295e73f3d351b203453746.tar.gz
elgg-5cf95a42b6e77fc14b295e73f3d351b203453746.tar.bz2
Fixes #72
git-svn-id: https://code.elgg.org/elgg/trunk@1044 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/systemsettings')
-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");