Merge pull request #597 from Captain-FLAM/patch-9

[-] CORE : Exception Text filled on Positions Page is not working (Hook Modules Exceptions)
This commit is contained in:
Gregory Roussac
2013-07-26 00:38:22 -07:00
+1 -1
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();