]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/GlobalCommunitySilence.php
Merge branch '2019.01-rc' into bug/6334-escape-get-app
[friendica.git] / src / Core / Console / GlobalCommunitySilence.php
index a1753ede258dc749be9ce9d48c73fe6d0bfd1703..b0281241e360c003692ef92efeef0933cf543838 100644 (file)
@@ -47,7 +47,7 @@ HELP;
 
        protected function doExecute()
        {
-               $a = get_app();
+               $a = \get_app();
 
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);