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