diff --git a/mod/install.php b/mod/install.php index 8355f6130..7a69a731b 100644 --- a/mod/install.php +++ b/mod/install.php @@ -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.'); } }