1
0
Fork 0

used more App::get_baseurl() instead of get_app()->get_baseurl().

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-20 21:51:25 +01:00
commit 7c342600c3
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
2 changed files with 2 additions and 2 deletions

View file

@ -484,7 +484,7 @@ function call_worker() {
return;
}
$url = get_app()->get_baseurl()."/worker";
$url = App::get_baseurl()."/worker";
fetch_url($url, false, $redirects, 1);
}