From: Ben Klang Date: Tue, 18 May 2010 01:37:23 +0000 (-0400) Subject: Framework: fix constant reference X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b021c59945112736de079293aaf2bf018cac033c;p=horde.git Framework: fix constant reference --- diff --git a/framework/Prefs/lib/Horde/Prefs/Ldap.php b/framework/Prefs/lib/Horde/Prefs/Ldap.php index d2e1658fc..96b241927 100644 --- a/framework/Prefs/lib/Horde/Prefs/Ldap.php +++ b/framework/Prefs/lib/Horde/Prefs/Ldap.php @@ -465,7 +465,7 @@ class Horde_Prefs_Ldap extends Horde_Prefs // Clean the preferences since they were just saved. foreach ($dirty_prefs as $scope => $prefs) { foreach ($prefs as $name => $pref) { - $this->_scopes[$scope][$name]['m'] &= ~_PREF_DIRTY; + $this->_scopes[$scope][$name]['m'] &= ~self::_PREF_DIRTY; } // Update the cache for this scope.