diff --git a/lib/Github/Api/Repo.php b/lib/Github/Api/Repo.php index 3e398fe1c98..772e0d55792 100644 --- a/lib/Github/Api/Repo.php +++ b/lib/Github/Api/Repo.php @@ -53,6 +53,7 @@ public function all($id = null) if (!is_int($id)) { return $this->get('repositories'); } + return $this->get('repositories?since=' . rawurldecode($id)); }