CRM-13213 : updated joomla cms code for fetching UF locale
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Tue, 13 Aug 2013 12:58:51 +0000 (18:28 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Tue, 13 Aug 2013 12:58:51 +0000 (18:28 +0530)
CRM/Utils/System/Joomla.php

index bff2a134cf2f382fc56d1193dca9449d26ae9c50..4269731b53906da7d06c24f7301e9a2f16a53259 100644 (file)
@@ -564,7 +564,7 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base {
   function getUFLocale() {
     if (defined('_JEXEC')) {
       $conf = JFactory::getConfig();
-      $locale = $conf->getValue('config.language');
+      $locale = $conf->get('language');
       return str_replace('-', '_', $locale);
     }
     return NULL;