Summary | prefs broken in due to prefGroup checks |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | eric.rostetter (at) physics (dot) utexas (dot) edu |
Created | 01/30/2006 (7174 days ago) |
Due | |
Updated | 01/31/2006 (7173 days ago) |
Assigned | |
Resolved | 01/31/2006 (7173 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
initialization you added.
Sorry for the bother (I would have merged it myself if I'd noticed
what you did).
State ⇒ Resolved
it. Done now.
Queue ⇒ Horde Base
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ prefs broken in due to prefGroup checks
Queue ⇒ Horde.org Servers
$prefGroup[] existing ala:
if (empty($group) && count($prefGroups) == 1) {
However, prefGroups doesn't exist in jonah/config/prefs.php as it only
has one pref.
This causes an error in the above line, and results in the options not
working.
I'm not sure if the correct change is to fix horde/services/prefs.php
to check for this case,
or to fix jonah (and any others if there are others) to always have at
least one prefGroup.