forked from blallo/rss-bridge
[InstagramBridge] fix parameter 'u' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
d95fa6117a
commit
760141a751
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ class InstagramBridge extends BridgeAbstract{
|
||||||
$this->description = "Returns the newest images";
|
$this->description = "Returns the newest images";
|
||||||
|
|
||||||
$this->parameters[] = array(
|
$this->parameters[] = array(
|
||||||
'u'=>array('name'=>'username')
|
'u'=>array(
|
||||||
|
'name'=>'username',
|
||||||
|
'required'=>true
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue