From 036e03dd9f884adee40203fca50e44f75112d4b4 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 26 Apr 2010 15:00:45 +0000 Subject: [PATCH] Allow all applications to answer hook --- preferences/inc/class.bosettings.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences/inc/class.bosettings.inc.php b/preferences/inc/class.bosettings.inc.php index 185ba981da..eadc38a526 100644 --- a/preferences/inc/class.bosettings.inc.php +++ b/preferences/inc/class.bosettings.inc.php @@ -89,7 +89,7 @@ } // 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) {