Skip to content

Commit

Permalink
Fix nombre de plugins retournés par l'API Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Feb 1, 2018
1 parent 040828b commit a2a8985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function getGithubMarketRepos() {
}

protected function getGithubMarketReposList() {
return json_decode(self::getUrlContent("https://api.github.com/orgs/Leed-market/repos"));
return json_decode(self::getUrlContent("https://api.github.com/orgs/Leed-market/repos?per_page=1000"));
}

protected function getGithubMarketReposInfos($repos) {
Expand Down

0 comments on commit a2a8985

Please sign in to comment.