*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
a96eb3428d
commit
e1f3661645
108 changed files with 407 additions and 437 deletions
|
|
@ -100,7 +100,7 @@ function network_init(&$a) {
|
|||
|
||||
$redir_url = ($net_queries ? $net_baseurl."?".$net_queries : $net_baseurl);
|
||||
|
||||
goaway($a->get_baseurl() . $redir_url);
|
||||
goaway(App::get_baseurl() . $redir_url);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue