]> git.mxchange.org Git - friendica.git/commitdiff
fix indent with tabs
authorJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 4 Oct 2018 19:38:44 +0000 (21:38 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 4 Oct 2018 19:38:44 +0000 (21:38 +0200)
mod/install.php

index 8355f61300de5031c38cf61249013263d023407b..7a69a731baa7ed34570458fddf345a215277aba2 100644 (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.');
                }
        }