]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/NewPassword.php
Improved protocol storing
[friendica.git] / src / Core / Console / NewPassword.php
index ddbbc780cf406355df941e42da1fba709a810fcb..3cd96ad322bd5107be58c830b56b8d080000698c 100644 (file)
@@ -39,7 +39,7 @@ HELP;
 
        protected function doExecute()
        {
-               $a = get_app();
+               $a = \get_app();
 
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);