From: Jan Schneider Date: Thu, 4 Nov 2010 10:37:30 +0000 (+0100) Subject: Fix method name (Bug #9361). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f8b7335d4d7e11bf1e7295fa50b3e779995f4ce2;p=horde.git Fix method name (Bug #9361). --- diff --git a/framework/Core/lib/Horde/Core/Prefs.php b/framework/Core/lib/Horde/Core/Prefs.php index 92c1125c8..0ff57b47c 100644 --- a/framework/Core/lib/Horde/Core/Prefs.php +++ b/framework/Core/lib/Horde/Core/Prefs.php @@ -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); } }