From: Joe Murray Date: Thu, 23 Jul 2015 18:41:46 +0000 (-0400) Subject: fix for CRM-16896 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c8f60166cd8b0e0e4e7fe741be70d2e55b3d11e2;p=civicrm-core.git fix for CRM-16896 --- 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();