1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

[VkBridge] 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-22 00:26:53 +02:00
parent b5cc7b4ded
commit 306d50582d

View File

@@ -12,7 +12,8 @@ class VkBridge extends BridgeAbstract {
$this->parameters["Url on page group or user"] = '[
{
"name" : "Url",
"identifier" : "u"
"identifier" : "u",
"required" : true
}
]';
}