]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/GlobalCommunityBlock.php
Merge remote-tracking branch 'upstream/master' into develop
[friendica.git] / src / Core / Console / GlobalCommunityBlock.php
index f51ed95fe2b4f49d93406317dca55d47c6e7eb3e..2a19a9e7f3f0343a3b79da58ec189e65b0dbb0c3 100644 (file)
@@ -56,7 +56,7 @@ HELP;
                        throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
                }
 
-               if ($a->isInstallMode()) {
+               if ($a->getMode()->isInstall()) {
                        throw new \RuntimeException('Database isn\'t ready or populated yet');
                }