Skip to content
Snippets Groups Projects
Commit a277c653 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #471 from colemanw/communityMessagesUrl

Add community messages enabled/disabled to pingback stats CRM-12375
parents 81d8f444 187e57d9
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment