diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php index 53f7f68dd..c0abbd228 100644 --- a/install.php +++ b/install.php @@ -16,7 +16,8 @@ */
require_once(dirname(__FILE__) . "/engine/start.php");
global $CONFIG; -
+ + elgg_set_viewtype('failsafe');
/**
* If we're installed, go back to the homepage
*/
|