App::get_baseurl is now replaced with System::baseUrl
This commit is contained in:
@@ -12,5 +12,5 @@ function randprof_init(App $a) {
|
||||
goaway(zrl($x));
|
||||
}
|
||||
|
||||
goaway(App::get_baseurl() . '/profile');
|
||||
goaway(System::baseUrl() . '/profile');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user