We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ae5a5 commit d30c536Copy full SHA for d30c536
1 file changed
app/Jobs/CirrusSearch/CirrusSearchJob.php
@@ -70,7 +70,7 @@ public function handle(HttpRequest $request, MediaWikiHostResolver $mwHostResolv
70
71
$request->setOptions(
72
[
73
- CURLOPT_URL => $this->mwHostResolver->getBackendHostForDomain($this->wiki->domain); . '/w/api.php?action=' . $this->apiModule() . $this->getQueryParams(),
+ CURLOPT_URL => $this->mwHostResolver->getBackendHostForDomain($this->wiki->domain) . '/w/api.php?action=' . $this->apiModule() . $this->getQueryParams(),
74
CURLOPT_RETURNTRANSFER => true,
75
CURLOPT_ENCODING => '',
76
CURLOPT_TIMEOUT => $this->getRequestTimeout(),
0 commit comments