extract params in the Hook->execute method

This commit is contained in:
slawkens 2020-02-10 22:43:38 +01:00
parent cd94abb7fd
commit c20183c547

View File

@ -40,6 +40,7 @@ class Hook
public function execute($params)
{
extract($params);
/*if(is_callable($this->_callback))
{
$tmp = $this->_callback;