CRM_Core_I18n::crm_translate_raw - Don't lookup $config->lcMessages for every string
authorTim Otten <totten@civicrm.org>
Sat, 12 Sep 2015 03:22:49 +0000 (20:22 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:49:30 +0000 (15:49 -0700)
commit0d09647742ff9d8b13160ad19dd7800aaa1ceb6b
tree0884f595342598c6b70fa67163c5d451f32acffd
parent2a8330d8218ea46fc55a682227ad27b8f2945365
CRM_Core_I18n::crm_translate_raw - Don't lookup $config->lcMessages for every string

Accessing `$config` is now be a little slower, and this function accounted
for about half of all calls.
CRM/Core/I18n.php