diff options
author | friendica <info@friendica.com> | 2013-05-14 21:25:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-14 21:25:58 -0700 |
commit | 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e (patch) | |
tree | 8c53b73c154bb22a557bdd98b38bcbaa043c706e /mod/setup.php | |
parent | 8a1c8c4a03899c844885da58f9184fc10e7d6b07 (diff) | |
download | volse-hubzilla-5e4b9d7766ceffd19785f14443cc1b4d4f675d4e.tar.gz volse-hubzilla-5e4b9d7766ceffd19785f14443cc1b4d4f675d4e.tar.bz2 volse-hubzilla-5e4b9d7766ceffd19785f14443cc1b4d4f675d4e.zip |
disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/setup.php b/mod/setup.php index 059b28df9..1c3620523 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -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( |