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
@@ -64,7 +64,7 @@ function redir_init(&$a) {
}
if (local_user()) {
$handle = $a->user['nickname'] . '@' . substr($a->get_baseurl(),strpos($a->get_baseurl(),'://')+3);
$handle = $a->user['nickname'] . '@' . substr(App::get_baseurl(),strpos(App::get_baseurl(),'://')+3);
}
if (remote_user()) {
$handle = $_SESSION['handle'];