Fix method name (Bug #9361).
authorJan Schneider <jan@horde.org>
Thu, 4 Nov 2010 10:37:30 +0000 (11:37 +0100)
committerJan Schneider <jan@horde.org>
Thu, 4 Nov 2010 10:37:38 +0000 (11:37 +0100)
framework/Core/lib/Horde/Core/Prefs.php

index 92c1125..0ff57b4 100644 (file)
@@ -102,7 +102,7 @@ class Horde_Core_Prefs extends Horde_Prefs
                     ? $val
                     : $this->convertToDriver($val);
 
-                if (!$this->_isLocked($name)) {
+                if (!$this->isLocked($name)) {
                     $this->setDirty($pref, true);
                 }
             }