X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryFileRepoInfo.php;h=c4912366c47b334caf0badf07c6f942e18946de5;hb=cb506aecdfe6356b5a848858f1d6c04f6c7821f6;hp=7848bc8dbc1d9fa6133876f83437295172def563;hpb=fb7b3eebeb8de47eb42e8d6ccf204106a2d6d9e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryFileRepoInfo.php b/includes/api/ApiQueryFileRepoInfo.php index 7848bc8dbc..c4912366c4 100644 --- a/includes/api/ApiQueryFileRepoInfo.php +++ b/includes/api/ApiQueryFileRepoInfo.php @@ -78,7 +78,7 @@ class ApiQueryFileRepoInfo extends ApiQueryBase { return [ 'prop' => [ - ApiBase::PARAM_DFLT => join( '|', $props ), + ApiBase::PARAM_DFLT => implode( '|', $props ), ApiBase::PARAM_ISMULTI => true, ApiBase::PARAM_TYPE => $props, ],