]> git.mxchange.org Git - friendica.git/blobdiff - include/enotify.php
Don't try to build form for "None" backend.
[friendica.git] / include / enotify.php
index a4b0fd14b4f56c54e478bfce169708ef449bcb73..9edfaaca82b8e2ea2a5b46365b94ad74c859fd61 100644 (file)
@@ -28,7 +28,7 @@ use Friendica\Util\Strings;
  */
 function notification($params)
 {
-       $a = get_app();
+       $a = \get_app();
 
        // Temporary logging for finding the origin
        if (!isset($params['language']) || !isset($params['uid'])) {