CRM-12193 - Use temporay URL pointing to a static JSON document
authorTim Otten <totten@civicrm.org>
Sat, 30 Mar 2013 20:47:06 +0000 (16:47 -0400)
committerTim Otten <totten@civicrm.org>
Sat, 30 Mar 2013 20:47:06 +0000 (16:47 -0400)
----------------------------------------
* CRM-12193: In-app fundraising for CiviCRM
  http://issues.civicrm.org/jira/browse/CRM-12193

CRM/Core/CommunityMessages.php

index 77b241d4019db1d74cd97cf8779e9d7179b925ea..44f8ccbd923caa2307167abe3d8af4f2f2313c14 100644 (file)
@@ -30,7 +30,8 @@
  */
 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://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_PERMISSION = 'administer CiviCRM';
 
   /**