mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[GithubIssueBridge]: fix collecting issue comments
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
33584b8423
commit
73b4aea084
@ -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 New Issue
Block a user