diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-12 08:56:14 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-12 08:56:14 +0000 |
commit | 2e4fe097403b4d15e88c92f62ed21f3bd8153843 (patch) | |
tree | 684bfcd40b88aef40c67cb3be726a17a3329f3a0 /actions/systemsettings/install.php | |
parent | 204d65983454b5c79fb5a38d4eaa16b3c63a1332 (diff) | |
download | elgg-2e4fe097403b4d15e88c92f62ed21f3bd8153843.tar.gz elgg-2e4fe097403b4d15e88c92f62ed21f3bd8153843.tar.bz2 |
Forward not gatekeeper
git-svn-id: https://code.elgg.org/elgg/trunk@1850 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 4629d010d..84ac08953 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/ - if (is_installed()) gatekeeper(); + if (is_installed()) forward(); if (get_input('settings') == 'go') {
|