X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FCache.php;h=c5537169938c6042a16c91a64546d1ced3327d7c;hb=d27576059670faf87f80eaae2b4560f85b5310fc;hp=5062872e84559662d314c79adddd3bebd238614d;hpb=4cb5cadba86da3d168d8206103f763853c61e387;p=friendica.git diff --git a/src/Console/Cache.php b/src/Console/Cache.php index 5062872e84..c553716993 100644 --- a/src/Console/Cache.php +++ b/src/Console/Cache.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'); }