X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQuerySearch.php;h=16a491e566e5807dcb26da4a115780524cf9322e;hb=42a95b7a93e814b159907372ee108e4da0da6aa4;hp=c6999df8e3147bdd3e84ac438a08e162da0bfff4;hpb=0add9d5ba726b901cb434d5a07519e59d375d0ef;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQuerySearch.php b/includes/api/ApiQuerySearch.php index c6999df8e3..16a491e566 100644 --- a/includes/api/ApiQuerySearch.php +++ b/includes/api/ApiQuerySearch.php @@ -206,7 +206,7 @@ class ApiQuerySearch extends ApiQueryGeneratorBase { $hasInterwikiResults = false; $totalhits = null; if ( $interwiki && $resultPageSet === null && $matches->hasInterwikiResults() ) { - foreach( $matches->getInterwikiResults() as $matches ) { + foreach ( $matches->getInterwikiResults() as $matches ) { $matches = $matches->getInterwikiResults(); $hasInterwikiResults = true;