From f12450b78191e59755f7ef0fd6657b52afe5c02a Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 30 Mar 2013 16:47:06 -0400 Subject: [PATCH] CRM-12193 - Use temporay URL pointing to a static JSON document ---------------------------------------- * CRM-12193: In-app fundraising for CiviCRM http://issues.civicrm.org/jira/browse/CRM-12193 --- CRM/Core/CommunityMessages.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Core/CommunityMessages.php b/CRM/Core/CommunityMessages.php index 77b241d401..44f8ccbd92 100644 --- a/CRM/Core/CommunityMessages.php +++ b/CRM/Core/CommunityMessages.php @@ -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'; /** -- 2.25.1