some object/thing tweaks

This commit is contained in:
friendica
2013-07-03 20:37:39 -07:00
parent 8ec5f8b07a
commit fbdee83dca
4 changed files with 30 additions and 3 deletions

View File

@@ -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);