mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-06 01:29:34 +00:00
fix copy/paste
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
ca44ab943a
commit
26a9ffa5eb
@ -45,7 +45,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
|
||||
}
|
||||
|
||||
$html = file_get_html($uri)
|
||||
or $this->returnError('No results for LWNprev', 404);
|
||||
or $this->returnError('No results for Gitlab Commits of project '.$param['uri'].'/'.$param['u'].'/'.$param['p'], 404);
|
||||
|
||||
|
||||
foreach($html->find('li.commit') as $commit){
|
||||
|
Loading…
Reference in New Issue
Block a user