diff --git a/system/hooks.php b/system/hooks.php index d976f0fa..a937ec79 100644 --- a/system/hooks.php +++ b/system/hooks.php @@ -40,6 +40,7 @@ class Hook public function execute($params) { + extract($params); /*if(is_callable($this->_callback)) { $tmp = $this->_callback;