[BridgeAbstract] saving extraInfos in Cache - cleaning

This commit is contained in:
Badet Aurélien 2016-12-04 15:28:03 +01:00 committed by GitHub
parent 137e07c039
commit 133ab53408

View File

@ -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"];