fix indent with tabs
This commit is contained in:
parent
07489a3a9c
commit
faa86aa2c0
|
@ -125,8 +125,8 @@ function install_content(App $a) {
|
||||||
if (DBA::$connected) {
|
if (DBA::$connected) {
|
||||||
$r = q("SELECT COUNT(*) as `total` FROM `user`");
|
$r = q("SELECT COUNT(*) as `total` FROM `user`");
|
||||||
if (DBA::isResult($r) && $r[0]['total']) {
|
if (DBA::isResult($r) && $r[0]['total']) {
|
||||||
$install_wizard_pass = 2;
|
$install_wizard_pass = 2;
|
||||||
$wizard_status = L10n::t('Database already in use.');
|
$wizard_status = L10n::t('Database already in use.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue