[GithubIssueBridge]: fix collecting issue comments

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-09-10 11:44:18 +02:00
parent 33584b8423
commit 73b4aea084

View file

@ -35,7 +35,7 @@ class GithubIssueBridge extends BridgeAbstract{
or $this->returnServerError('No results for Github Issue '.$this->getInput('i').' in project '.$this->getInput('u').'/'.$this->getInput('p'));
switch($this->queriedContext){
case 'Issue Comments':
case 'Issue comments':
foreach($html->find('.js-comment-container') as $comment){
$item = array();