aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-03 20:37:39 -0700
committerfriendica <info@friendica.com>2013-07-03 20:37:39 -0700
commitfbdee83dca4aa9e5d66488f32121d8c62e378316 (patch)
treec86139c1ea524170e67cc41bb6077e3da5689a75 /index.php
parent8ec5f8b07a0f1d5ad266bfdfdfb48d4f5647eed6 (diff)
downloadvolse-hubzilla-fbdee83dca4aa9e5d66488f32121d8c62e378316.tar.gz
volse-hubzilla-fbdee83dca4aa9e5d66488f32121d8c62e378316.tar.bz2
volse-hubzilla-fbdee83dca4aa9e5d66488f32121d8c62e378316.zip
some object/thing tweaks
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.php b/index.php
index 08943e4b7..14b8ca856 100755
--- a/index.php
+++ b/index.php
@@ -118,8 +118,11 @@ if(! x($_SESSION,'sysmsg_info'))
*/
-if($install)
- $a->module = 'setup';
+if($install) {
+ /* Allow an exception for the view module so that pcss will be interpreted during installation */
+ if($a->module != 'view')
+ $a->module = 'setup';
+}
else
check_config($a);