Revert "Merge pull request #1371 from drumm/CRM-12930-smarty-safe-mode"
[civicrm-core.git] / CRM / Core / CommunityMessages.php
index 44f8ccbd923caa2307167abe3d8af4f2f2313c14..08b9caf5b26139461f84e8aea2144fdde6b62542 100644 (file)
@@ -30,8 +30,7 @@
  */
 class CRM_Core_CommunityMessages {
 
-  // const DEFAULT_MESSAGES_URL = 'http://alert.civicrm.org/alert?prot=1&ver={ver}&uf={uf}&sid={sid}';
-  const DEFAULT_MESSAGES_URL = 'http://civicrm.org/sites/civicrm.org/files/messages.json';
+  const DEFAULT_MESSAGES_URL = 'https://alert.civicrm.org/alert?prot=1&ver={ver}&uf={uf}&sid={sid}&lang={lang}&co={co}';
   const DEFAULT_PERMISSION = 'administer CiviCRM';
 
   /**