| Summary | typo in prefs.php |
| Queue | Ansel |
| Queue Version | 3.0.1 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | sca (at) andreasschulze (dot) de |
| Created | 11/14/13 (4530 days ago) |
| Due | |
| Updated | 11/14/13 (4530 days ago) |
| Assigned | |
| Resolved | 11/14/13 (4530 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 8463e86e38a5a9eb7af99cff1392b5d20f1ea934
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Nov 14 14:26:39 2013 -0500
Fix enum value descriptions.
Bug: 12839ansel/config/prefs.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/8463e86e38a5a9eb7af99cff1392b5d20f1ea934
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ typo in prefs.php
Type ⇒ Bug
State ⇒ Unconfirmed
the enum value and description looks wrong:
'edit' => _("Authenticated users"),
'authenticated' => _("Users with edit permissions")
lines should be switched...