X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FLock.php;h=0acede5df890b63b52472d1cb5603746587588aa;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=a89f3d861ab050130b3741620d4db6d40f4aeeb3;hpb=4cb5cadba86da3d168d8206103f763853c61e387;p=friendica.git diff --git a/src/Console/Lock.php b/src/Console/Lock.php index a89f3d861a..0acede5df8 100644 --- a/src/Console/Lock.php +++ b/src/Console/Lock.php @@ -1,6 +1,6 @@ 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'); }