1
0
Fork 0

Cleanup for #3010 - added spaces, thanks to @annando .

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-14 09:41:33 +01:00
commit 46d383369c
53 changed files with 147 additions and 149 deletions

View file

@ -165,7 +165,7 @@ function install_content(&$a) {
if($db && $db->connected) {
$r = q("SELECT COUNT(*) as `total` FROM `user`");
if(dbm::is_result($r) && $r[0]['total']) {
if (dbm::is_result($r) && $r[0]['total']) {
$tpl = get_markup_template('install.tpl');
return replace_macros($tpl, array(
'$title' => $install_title,