Standardize tpl file name
authorColeman Watts <coleman@civicrm.org>
Mon, 6 Oct 2014 21:51:19 +0000 (17:51 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 6 Oct 2014 21:51:19 +0000 (17:51 -0400)
CRM/Core/Resources.php
templates/CRM/common/l10n.js.tpl [moved from templates/CRM/common/localization.js.tpl with 100% similarity]

index 2a34bde700508fcdafa33ffb484930944ad107c3..191796a3d49221097b61a82cc5d43cf1ca29e694 100644 (file)
@@ -571,7 +571,7 @@ class CRM_Core_Resources {
       'otherSearch' => json_encode(ts('Enter search term...')),
       'contactCreate' => CRM_Core_BAO_UFGroup::getCreateLinks(),
     );
-    print CRM_Core_Smarty::singleton()->fetchWith('CRM/common/localization.js.tpl', $vars);
+    print CRM_Core_Smarty::singleton()->fetchWith('CRM/common/l10n.js.tpl', $vars);
     CRM_Utils_System::civiExit();
   }