diff options
Diffstat (limited to 'actions')
-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') {
|