From 2e4fe097403b4d15e88c92f62ed21f3bd8153843 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Aug 2008 08:56:14 +0000 Subject: Forward not gatekeeper git-svn-id: https://code.elgg.org/elgg/trunk@1850 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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') { -- cgit v1.2.3