projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0047bc2
)
Fix method name (Bug #9361).
author
Jan Schneider
<jan@horde.org>
Thu, 4 Nov 2010 10:37:30 +0000
(11:37 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 4 Nov 2010 10:37:38 +0000
(11:37 +0100)
framework/Core/lib/Horde/Core/Prefs.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Prefs.php
b/framework/Core/lib/Horde/Core/Prefs.php
index
92c1125
..
0ff57b4
100644
(file)
--- 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);
}
}