disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update

This commit is contained in:
friendica
2013-05-14 21:25:58 -07:00
parent 8a1c8c4a03
commit 5e4b9d7766
375 changed files with 380 additions and 378 deletions

View File

@@ -148,7 +148,7 @@ function setup_content(&$a) {
}
if($db && $db->connected) {
$r = q("SELECT COUNT(*) as `total` FROM `user`");
$r = q("SELECT COUNT(*) as `total` FROM `account`");
if($r && count($r) && $r[0]['total']) {
$tpl = get_markup_template('install.tpl');
return replace_macros($tpl, array(