Allow all applications to answer hook

This commit is contained in:
Nathan Gray 2010-04-26 15:00:45 +00:00
parent b85467dd26
commit 036e03dd9f

View File

@ -89,7 +89,7 @@
} }
// calling settings hook all apps can answer (for a specific app) // calling settings hook all apps can answer (for a specific app)
foreach($GLOBALS['egw']->hooks->process('settings_'.$this->appname,$this->appname) as $app => $settings) foreach($GLOBALS['egw']->hooks->process('settings_'.$this->appname,$this->appname,true) as $app => $settings)
{ {
if (isset($settings) && is_array($settings) && $settings) if (isset($settings) && is_array($settings) && $settings)
{ {