fix copy/paste

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-06-26 00:47:33 +02:00
parent ca44ab943a
commit 26a9ffa5eb

View file

@ -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){