]> git.mxchange.org Git - friendica.git/blobdiff - mod/nodeinfo.php
Merge branch '2019.01-rc' into bug/6334-escape-get-app
[friendica.git] / mod / nodeinfo.php
index d1df2170406a6754a3a7d0202d5d4e61f794fa10..edfdda8737bd821a01c4d600d36a1b05dc81c754 100644 (file)
@@ -145,7 +145,7 @@ function nodeinfo_init(App $a) {
 
 function nodeinfo_cron() {
 
-       $a = get_app();
+       $a = \get_app();
 
        // If the addon 'statistics_json' is enabled then disable it and activate nodeinfo.
        if (Addon::isEnabled('statistics_json')) {