diff options
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
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()) { |