From fc46a5866b7272e4c6237a99c31bcbb89826c29e Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 16 Nov 2009 02:58:02 +0000 Subject: Added an INSTALLING constant when installing. Fixed a bug when trying to export a site that causes the browser to redirect to the site's url, which caused the installation process to skip past the "create your admin user" prompt when "ping home" was checked. git-svn-id: http://code.elgg.org/elgg/trunk@3687 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 9679012e7..41a2a8b22 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -10,6 +10,7 @@ * @link http://elgg.org/ */ +define('INSTALLING', TRUE); elgg_set_viewtype('failsafe'); // Set failsafe again incase we get an exception thrown if (is_installed()) { -- cgit v1.2.3