debuggage
This commit is contained in:
@ -11,6 +11,10 @@ class hook
|
||||
{
|
||||
logger(DEBUG, _("Initializing hook: ") . $this->hookName);
|
||||
$this->installHooks();
|
||||
if (method_exists($this, "init"))
|
||||
{
|
||||
$this->init();
|
||||
}
|
||||
}
|
||||
|
||||
function installHooks()
|
||||
|
Reference in New Issue
Block a user