Summary | pref search_sources is json encoded |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 09/16/2010 (5404 days ago) |
Due | |
Updated | 09/21/2010 (5399 days ago) |
Assigned | |
Resolved | 09/21/2010 (5399 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ pref search_sources is json encoded
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
-- $sources = empty($sources) ? array() : explode("\t", $sources);
++ $sources = empty($sources) ? array() : json_decode($sources, true);
I'm guessing this is same issue with fonction _doImp() in
turba/lib/LoginTasks/SystemTask/UpgradePrefs.php, but I'm not sure on
how to test it.