diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 17:03:22 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 17:03:22 +0000 |
commit | dbe2fbc6eabf90959415832154deb9e11ef2f636 (patch) | |
tree | 40da00dbfc4334f4bf97052bda14cd83d2868cd9 /install.php | |
parent | 0f2e67985d80ad91cd000e33d6e8a7751121d370 (diff) | |
download | elgg-dbe2fbc6eabf90959415832154deb9e11ef2f636.tar.gz elgg-dbe2fbc6eabf90959415832154deb9e11ef2f636.tar.bz2 |
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
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 5 |
1 files changed, 5 insertions, 0 deletions
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
|