fix copy/paste
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
ca44ab943a
commit
26a9ffa5eb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue