]> git.mxchange.org Git - friendica.git/blobdiff - mod/filerm.php
Some more
[friendica.git] / mod / filerm.php
index 29c6a67bec673dbdf0b41cd3dc745ea33006df68..bd46a8bfea2cc540eac71b44b24a9d0637654195 100644 (file)
@@ -26,7 +26,7 @@ function filerm_content(App $a) {
        }
 
        if (x($_SESSION,'return_url')) {
-               goaway(App::get_baseurl() . '/' . $_SESSION['return_url']);
+               goaway(System::baseUrl() . '/' . $_SESSION['return_url']);
        }
 
        killme();