mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[core] really fix bridges without parameters
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
3fed12af1d
commit
93634ada3a
@ -264,6 +264,11 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||||||
if(!empty($inputs)){
|
if(!empty($inputs)){
|
||||||
$this->returnClientError('Invalid parameters value(s)');
|
$this->returnClientError('Invalid parameters value(s)');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->collectData();
|
||||||
|
if(!is_null($this->cache)){
|
||||||
|
$this->cache->saveData($this->getDatas());
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user