From b021c59945112736de079293aaf2bf018cac033c Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Mon, 17 May 2010 21:37:23 -0400 Subject: [PATCH] Framework: fix constant reference --- framework/Prefs/lib/Horde/Prefs/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0