fix for CRM-16896
authorJoe Murray <joe.murray@jmaconsulting.biz>
Thu, 23 Jul 2015 18:41:46 +0000 (14:41 -0400)
committerJoe Murray <joe.murray@jmaconsulting.biz>
Thu, 23 Jul 2015 18:41:46 +0000 (14:41 -0400)
CRM/Utils/System.php

index a9d1e3a901a7ce5bd1f2c2551b916c4efb3dab6c..e8eb2918c87f708eb03f1762b2425302ddb6f37c 100644 (file)
@@ -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();