forked from blallo/rss-bridge
[GithubIssueBridge]: fix collecting issue comments
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
33584b8423
commit
73b4aea084
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue