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