forked from extern/egroupware
added param try_unregistered to hooks::single for setup
This commit is contained in:
parent
2c59c61f0d
commit
104bad578d
@ -614,7 +614,7 @@
|
|||||||
{
|
{
|
||||||
$this->hooks = CreateObject('phpgwapi.hooks',$this->db);
|
$this->hooks = CreateObject('phpgwapi.hooks',$this->db);
|
||||||
}
|
}
|
||||||
return $this->hooks->single($locaton,$appname);
|
return $this->hooks->single($location,$appname,True,True);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user