fix indent with tabs

This commit is contained in:
Jonny Tischbein 2018-10-04 21:38:44 +02:00
parent 07489a3a9c
commit faa86aa2c0
1 changed files with 2 additions and 2 deletions

View File

@ -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.');
}
}