forked from blallo/rss-bridge
Merge pull request #300 from teromene/gitlab-fix
Fix GitlabCommitsBridge.
This commit is contained in:
commit
099a421d8b
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
|
|||
$this->description = 'Returns the commits of a project hosted on a gitlab instance';
|
||||
$this->update = '2016-06-19';
|
||||
|
||||
$this->parameters=
|
||||
$this->parameters[] =
|
||||
'[
|
||||
{
|
||||
"name" : "Base URI",
|
||||
|
@ -27,7 +27,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
|
|||
{
|
||||
"name" : "Project name",
|
||||
"identifier" : "p"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "Project branch",
|
||||
"identifier" : "b"
|
||||
|
|
Loading…
Reference in a new issue