X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffilerm.php;h=bd46a8bfea2cc540eac71b44b24a9d0637654195;hb=5a6fa4ae87f7ae5c07672b0fd90fef7c52680818;hp=29c6a67bec673dbdf0b41cd3dc745ea33006df68;hpb=3c24bed412235cf8c7a3f16b46fed18004abf87b;p=friendica.git diff --git a/mod/filerm.php b/mod/filerm.php index 29c6a67bec..bd46a8bfea 100644 --- a/mod/filerm.php +++ b/mod/filerm.php @@ -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();