[IdenticaBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-25 00:47:52 +02:00
parent ca9879fac9
commit 70a8b88b6f

View file

@ -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
)
);
}