]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / item.php
index 02a61ebefcac10981788834848ef471878293c4e..4617dfa02e8c10d81edbaf186d1cce46c300b3af 100644 (file)
@@ -853,7 +853,7 @@ function item_post(App $a) {
 function item_post_return($baseurl, $api_source, $return_path)
 {
        // figure out how to return, depending on from whence we came
-    $a = get_app();
+    $a = \get_app();
 
        if ($api_source) {
                return;