X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FGlobalCommunityBlock.php;h=d11aa6cf86ee0170be1f5a14fe007668739c7495;hb=24d7ffa3fee7e3686589f29f005fb2c419c9985a;hp=2a19a9e7f3f0343a3b79da58ec189e65b0dbb0c3;hpb=31148e25cf6d800851064813689f8fba6340fb5c;p=friendica.git diff --git a/src/Core/Console/GlobalCommunityBlock.php b/src/Core/Console/GlobalCommunityBlock.php index 2a19a9e7f3..d11aa6cf86 100644 --- a/src/Core/Console/GlobalCommunityBlock.php +++ b/src/Core/Console/GlobalCommunityBlock.php @@ -39,7 +39,7 @@ HELP; protected function doExecute() { - $a = get_app(); + $a = \get_app(); if ($this->getOption('v')) { $this->out('Class: ' . __CLASS__);