From c8f60166cd8b0e0e4e7fe741be70d2e55b3d11e2 Mon Sep 17 00:00:00 2001 From: Joe Murray Date: Thu, 23 Jul 2015 14:41:46 -0400 Subject: [PATCH] fix for CRM-16896 --- CRM/Utils/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index a9d1e3a901..e8eb2918c8 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -736,7 +736,7 @@ class CRM_Utils_System { * * @return array */ - public static function parsePHPModules() { + private static function parsePHPModules() { ob_start(); phpinfo(INFO_MODULES); $s = ob_get_contents(); -- 2.25.1