X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FLock.php;h=0acede5df890b63b52472d1cb5603746587588aa;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=4e324691caef4d3a5ae8d6a3315f88ff527636e0;hpb=6aa1dcfad371f34fea1f8e39b73de2cc3dd05784;p=friendica.git diff --git a/src/Console/Lock.php b/src/Console/Lock.php index 4e324691ca..0acede5df8 100644 --- a/src/Console/Lock.php +++ b/src/Console/Lock.php @@ -93,7 +93,7 @@ HELP; $this->out('Options: ' . var_export($this->options, true)); } - if (!$this->appMode->has(App\Mode::DBCONFIGAVAILABLE)) { + if (!$this->appMode->has(App\Mode::DBAVAILABLE)) { $this->out('Database isn\'t ready or populated yet, database cache won\'t be available'); }