X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryFileRepoInfo.php;h=d9579a10167aba529ff2a2c85fbb5fbffd46ba05;hb=92ca07413b935ad05928caf1cc8f76eb7807a2b6;hp=dffe3019cd725b3136d708dbb7d71801be87b9c4;hpb=07916214167c8348128fc9e8b7b2f28f07cee0aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryFileRepoInfo.php b/includes/api/ApiQueryFileRepoInfo.php index dffe3019cd..d9579a1016 100644 --- a/includes/api/ApiQueryFileRepoInfo.php +++ b/includes/api/ApiQueryFileRepoInfo.php @@ -36,6 +36,7 @@ class ApiQueryFileRepoInfo extends ApiQueryBase { protected function getInitialisedRepoGroup() { $repoGroup = RepoGroup::singleton(); $repoGroup->initialiseRepos(); + return $repoGroup; }