mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
extract params in the Hook->execute method
This commit is contained in:
@@ -40,6 +40,7 @@ class Hook
|
||||
|
||||
public function execute($params)
|
||||
{
|
||||
extract($params);
|
||||
/*if(is_callable($this->_callback))
|
||||
{
|
||||
$tmp = $this->_callback;
|
||||
|
Reference in New Issue
Block a user