mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
One last fix.
This commit is contained in:
parent
c03a2eb15f
commit
c61e5c3e83
@ -77,7 +77,7 @@
|
||||
include($f);
|
||||
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(
|
||||
Array(
|
||||
|
Loading…
Reference in New Issue
Block a user