added param try_unregistered to hooks::single for setup

This commit is contained in:
Ralf Becker 2003-04-28 08:25:59 +00:00
parent 2c59c61f0d
commit 104bad578d

View File

@ -614,7 +614,7 @@
{
$this->hooks = CreateObject('phpgwapi.hooks',$this->db);
}
return $this->hooks->single($locaton,$appname);
return $this->hooks->single($location,$appname,True,True);
}
/*