mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[GooglePlusPostBridge] fix uninitialized $param
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
2047955f06
commit
a4fd7b8b98
@ -20,6 +20,7 @@ class GooglePlusPostBridge extends BridgeAbstract
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$param=$this->parameters[$queriedContext];
|
||||
if (!isset($param['username']['value']))
|
||||
{
|
||||
$this->returnClientError('You must specify a username (?username=...).');
|
||||
|
Loading…
Reference in New Issue
Block a user