Framework: fix constant reference
authorBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 01:37:23 +0000 (21:37 -0400)
committerBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 01:37:23 +0000 (21:37 -0400)
framework/Prefs/lib/Horde/Prefs/Ldap.php

index d2e1658..96b2419 100644 (file)
@@ -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.