]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / regmod.php
index a772a78ce77e6b4ccdf9f2cc09317572b0defcbc..e03f28e85b098175dd65bea15ef4712f27b1326e 100644 (file)
@@ -15,7 +15,7 @@ use Friendica\Module\Login;
 
 function user_allow($hash)
 {
-       $a = get_app();
+       $a = \get_app();
 
        $register = Register::getByHash($hash);
        if (!DBA::isResult($register)) {