Summary | Compose warnings because default_identity pref |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rui.carneiro (at) portugalmail (dot) net |
Created | 10/14/2010 (5379 days ago) |
Due | |
Updated | 10/20/2010 (5373 days ago) |
Assigned | |
Resolved | 10/20/2010 (5373 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9308: Fix variable namehttp://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=a15d03a56193fc3b68cef8360b9a7a402f1b0c84&r2=5ff08c0c86b43886cbbaa15cc4f1a5465955b72c
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Compose warnings because default_identity pref
Type ⇒ Bug
State ⇒ Unconfirmed
you lock the 'default_identity' pref, compose will generate a warning
($this->_properties is empty) on this line:
http://github.com/horde/horde/blob/master/framework/Prefs/lib/Horde/Prefs/Identity.php#L139
$this->_properties is also used here:
http://github.com/horde/horde/blob/master/framework/Prefs/lib/Horde/Prefs/Identity.php#L307