mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-03 16:16:50 +01: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