forked from extern/egroupware
One last fix.
This commit is contained in:
parent
c03a2eb15f
commit
c61e5c3e83
@ -77,7 +77,7 @@
|
|||||||
include($f);
|
include($f);
|
||||||
while(is_array($setup_info[$app_name]['hooks']) && list(,$hook) = @each($setup_info[$app_name]['hooks']))
|
while(is_array($setup_info[$app_name]['hooks']) && list(,$hook) = @each($setup_info[$app_name]['hooks']))
|
||||||
{
|
{
|
||||||
if(!@$hooks->found_hooks[$hook][$app_name])
|
if(!@$hooks->found_hooks[$app_name][$hook])
|
||||||
{
|
{
|
||||||
$this->register_hook(
|
$this->register_hook(
|
||||||
Array(
|
Array(
|
||||||
|
Loading…
Reference in New Issue
Block a user