Skip to content
Snippets Groups Projects
Commit 187e57d9 authored by colemanw's avatar colemanw
Browse files

Add community messages enabled/disabled to pingback stats CRM-12375

parent 7e364216
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment