]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Cache.php
spelling: unable
[friendica.git] / src / Console / Cache.php
index e4d1135335d06ef86c54fc2a6e18813eb88a9bd9..c5537169938c6042a16c91a64546d1ced3327d7c 100644 (file)
@@ -99,7 +99,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');
                }