Summary | framework/Core/lib/Horde/Core/Prefs.php : typo |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 11/04/2010 (5358 days ago) |
Due | |
Updated | 11/04/2010 (5358 days ago) |
Assigned | |
Resolved | 11/04/2010 (5358 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Fix method name (
Bug #9361).http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs.php?rt=horde-git&r1=7b6150f3a2acdedea798fbd6b17f26ca9e0835c2&r2=f8b7335d4d7e11bf1e7295fa50b3e779995f4ce2
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ framework/Core/lib/Horde/Core/Prefs.php : typo
Type ⇒ Bug
State ⇒ Unconfirmed
-- if (!$this->_isLocked($name)) {
++ if (!$this->isLocked($name)) {