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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user