From 1ec934ce1620f27115c93f846357d6f941214caa Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Wed, 11 Sep 2013 16:04:58 +0530 Subject: [PATCH] CRM-10760 : adding lcMessages to CRM.config setting so that can be used inside .js file ---------------------------------------- * CRM-10760: Upgrade to jQuery UI autocomplete http://issues.civicrm.org/jira/browse/CRM-10760 --- CRM/Core/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 4a4c1222ba..de14019849 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -463,6 +463,7 @@ class CRM_Core_Resources { $settings = array( 'userFramework' => $config->userFramework, 'resourceBase' => $config->resourceBase, + 'lcMessages' => $config->lcMessages, ); $this->addSetting(array('config' => $settings)); -- 2.25.1