Changed $a->get_baseurl() to App::get_baseurl()

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder
2016-12-20 12:45:16 +01:00
parent b69d82e64c
commit 4f26bee453
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function filerm_content(&$a) {
file_tag_unsave_file(local_user(),$item_id,$term, $category);
if(x($_SESSION,'return_url'))
goaway($a->get_baseurl() . '/' . $_SESSION['return_url']);
goaway(App::get_baseurl() . '/' . $_SESSION['return_url']);
killme();
}