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 a0865766b3 - Show all commits

View File

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