Move redundant System::baseUrl() to DI::baseUrl() calls
This commit is contained in:
@@ -979,7 +979,7 @@ class Worker
|
||||
return;
|
||||
}
|
||||
|
||||
$url = System::baseUrl()."/worker";
|
||||
$url = DI::baseUrl() . '/worker';
|
||||
Network::fetchUrl($url, false, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user