[IdenticaBridge] fix parameter 'u' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
ca9879fac9
commit
70a8b88b6f
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ class IdenticaBridge extends BridgeAbstract{
|
|||
$this->description = "Returns user timelines";
|
||||
|
||||
$this->parameters[] = array(
|
||||
'u'=>array('name'=>'username')
|
||||
'u'=>array(
|
||||
'name'=>'username',
|
||||
'required'=>true
|
||||
)
|
||||
);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue