From: Jan Schneider Date: Thu, 18 Nov 2010 13:57:23 +0000 (+0100) Subject: Fix property name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8364e7dbf3472317f217cc13f6c0bb4c87063ada;p=horde.git Fix property name. --- diff --git a/framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php b/framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php index 4822a1c3e..fd905b78b 100644 --- a/framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php +++ b/framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php @@ -25,7 +25,7 @@ class Horde_Core_Prefs_Storage_Hooks extends Horde_Prefs_Storage_Base return $scope_ob; } - foreach ($conf_ob->_hooks[$scope_ob->scope] as $name) { + foreach ($conf_ob->hooks[$scope_ob->scope] as $name) { try { $scope_ob->set($name, Horde::callHook('prefs_init', array($name, $this->_params['user']), $scope_ob->scope)); } catch (Horde_Exception_HookNotSet $e) {}