forked from blallo/rss-bridge
[BridgeAbstract] fix empty parameter context
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
6fa2d18516
commit
b1a834801b
1 changed files with 3 additions and 0 deletions
|
@ -352,6 +352,9 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||
}
|
||||
|
||||
// Only keep guessed context parameters values
|
||||
if(!isset($this->inputs[$this->queriedContext])){
|
||||
$this->inputs[$this->queriedContext]=array();
|
||||
}
|
||||
$this->inputs=array($this->queriedContext=>$this->inputs[$this->queriedContext]);
|
||||
|
||||
$this->collectData();
|
||||
|
|
Loading…
Reference in a new issue