mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 11:26:31 +03:00
[AskfmBridge] fix parameter 'u' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
fbf17beae8
commit
5b32050a6e
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ class AskfmBridge extends BridgeAbstract{
|
|||
|
||||
$this->parameters["Ask.fm username"] = array(
|
||||
'u'=>array(
|
||||
'name'=>'Username'
|
||||
'name'=>'Username',
|
||||
'required'=>true
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue