mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
[BridgeAbstract] saving extraInfos in Cache - cleaning
This commit is contained in:
parent
137e07c039
commit
133ab53408
@ -151,7 +151,6 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
if($time !== false
|
||||
&& (time() - static::CACHE_TIMEOUT < $time)
|
||||
&& (!defined('DEBUG') || DEBUG !== true)){
|
||||
$cached = array();
|
||||
$cached = $this->cache->loadData();
|
||||
$this->items = $cached["items"];
|
||||
$this->extraInfos = $cached["extraInfos"];
|
||||
|
Loading…
Reference in New Issue
Block a user