Move internal recursion-counter to the end of all cur/fetchUrl parameters
This commit is contained in:
@@ -983,7 +983,7 @@ class Worker
|
||||
}
|
||||
|
||||
$url = System::baseUrl()."/worker";
|
||||
Network::fetchUrl($url, false, $redirects, 1);
|
||||
Network::fetchUrl($url, false, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user