From dbe2fbc6eabf90959415832154deb9e11ef2f636 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 17 Jun 2008 17:03:22 +0000 Subject: CLOSED - #36: CSS broken on initial install page. http://trac.elgg.org/elgg/ticket/36 git-svn-id: https://code.elgg.org/elgg/trunk@952 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index 8fbda43c2..f5625f1c6 100644 --- a/install.php +++ b/install.php @@ -16,6 +16,11 @@ */ require_once(dirname(__FILE__) . "/engine/start.php"); global $CONFIG; + + /** + * We still want to be in failsafe (bit of a hack) + */ + set_input('view', 'failsafe'); /** * If we're installed, go back to the homepage -- cgit v1.2.3