v1.2 #3

Manually merged
jhodges merged 25 commits from develop into master 2019-09-07 08:53:26 +01:00
Showing only changes of commit d56a75b629 - Show all commits

View File

@ -33,8 +33,8 @@ class Repo{
} }
public function getLabelByName($name){ public function getLabelByName($name){
$url="repos/{$this->user}/{$this->repo}/labels";
if(!isset($this->cache['lables'])){ if(!isset($this->cache['lables'])){
$url="repos/{$this->user}/{$this->repo}/labels";
$this->cache['lables']=$this->client->request($url); $this->cache['lables']=$this->client->request($url);
} }