From 187e57d91653ef37b558597da170c781a5b88b40 Mon Sep 17 00:00:00 2001
From: Coleman Watts <coleman@civicrm.org>
Date: Wed, 17 Apr 2013 19:14:41 -0700
Subject: [PATCH] Add community messages enabled/disabled to pingback stats
 CRM-12375

---
 CRM/Utils/VersionCheck.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CRM/Utils/VersionCheck.php b/CRM/Utils/VersionCheck.php
index 0dde6a4939..76a5cccfec 100644
--- a/CRM/Utils/VersionCheck.php
+++ b/CRM/Utils/VersionCheck.php
@@ -113,6 +113,7 @@ class CRM_Utils_VersionCheck {
           'ufv' => $config->userFrameworkVersion,
           'PHP' => phpversion(),
           'MySQL' => CRM_CORE_DAO::singleValueQuery('SELECT VERSION()'),
+          'communityMessagesUrl' => CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'communityMessagesUrl', NULL, '*default*'),
         );
 
         // Add usage stats
-- 
GitLab