Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.2.0
-
Fix Version/s: 4.3.0
-
Component/s: Internationalisation
-
Labels:None
Description
The way we set $lcMessages in CRM_Core_BAO_Setting::retrieve() is messy and should be refactored (maybe using switch(true) instead of the chain of ifs?) - and, possibly, extracted to its own method.