Update Module.php

This commit is contained in:
Captain FLAM
2013-07-25 19:16:46 +01:00
parent c9e87d99da
commit a35011e9a5

View File

@@ -1538,7 +1538,7 @@ abstract class ModuleCore
Cache::store($cache_id, $exceptionsCache);
}
else
$exceptionsCache = !Cache::retrieve($cache_id);
$exceptionsCache = Cache::retrieve($cache_id);
$key = $id_hook.'-'.$this->id;
$array_return = array();