| 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 | 9/16/10 (5685 days ago) |
| Due | |
| Updated | 9/21/10 (5680 days ago) |
| Assigned | |
| Resolved | 9/21/10 (5680 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.