From 06847d3d8e7cdbba65ed627b3cacf8e48842ae10 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 9 Apr 2013 16:40:34 -0700 Subject: [PATCH] Switch to 'live' alert URL --- CRM/Core/CommunityMessages.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Core/CommunityMessages.php b/CRM/Core/CommunityMessages.php index 44f8ccbd92..f2971c3e0d 100644 --- a/CRM/Core/CommunityMessages.php +++ b/CRM/Core/CommunityMessages.php @@ -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 = 'http://alert.civicrm.org/alert?prot=1&ver={ver}&uf={uf}&sid={sid}&lang={lang}&co={co}'; const DEFAULT_PERMISSION = 'administer CiviCRM'; /** -- 2.25.1