// Clean hooks name cache when a hook is added

This commit is contained in:
rMalie
2012-05-25 09:52:59 +00:00
parent 4e5cf1930e
commit 94a3c93294
+6
View File
@@ -82,6 +82,12 @@ class HookCore extends ObjectModel
*/
protected static $_hook_modules_cache_exec = null;
public function add($autodate = true, $null_values = false)
{
Cache::clean('hook_idbyname_'.$this->name);
return parent::add($autodate, $null_values);
}
/**
* Return Hooks List
*