*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:
@@ -6,5 +6,5 @@ function randprof_init(&$a) {
|
||||
$x = random_profile();
|
||||
if($x)
|
||||
goaway(zrl($x));
|
||||
goaway($a->get_baseurl() . '/profile');
|
||||
goaway(App::get_baseurl() . '/profile');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user