1
0
Fork 0

*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:
Roland Häder 2016-12-19 14:26:13 +01:00
commit e1f3661645
108 changed files with 407 additions and 437 deletions

View file

@ -84,7 +84,7 @@ function manage_post(&$a) {
$ret = array();
call_hooks('home_init',$ret);
goaway( $a->get_baseurl() . "/profile/" . $a->user['nickname'] );
goaway( App::get_baseurl() . "/profile/" . $a->user['nickname'] );
// NOTREACHED
}