]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/DocBloxErrorChecker.php
Merge pull request #6746 from nupplaphil/issue/6338-notices
[friendica.git] / src / Core / Console / DocBloxErrorChecker.php
index 224fe44fbf908df7d192e7db765cdb31afc27aa3..506e48f0fd5607d0d6d7a57f360780d9cfc0b263 100644 (file)
@@ -59,7 +59,7 @@ HELP;
                        throw new \RuntimeException('DocBlox isn\'t available.');
                }
 
-               $dir = get_app()->getBasePath();
+               $dir = \get_app()->getBasePath();
 
                //stack for dirs to search
                $dirstack = [];