projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a217b87
)
fix for CRM-16896
author
Joe Murray
<joe.murray@jmaconsulting.biz>
Thu, 23 Jul 2015 18:41:46 +0000
(14:41 -0400)
committer
Joe Murray
<joe.murray@jmaconsulting.biz>
Thu, 23 Jul 2015 18:41:46 +0000
(14:41 -0400)
CRM/Utils/System.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System.php
b/CRM/Utils/System.php
index a9d1e3a901a7ce5bd1f2c2551b916c4efb3dab6c..e8eb2918c87f708eb03f1762b2425302ddb6f37c 100644
(file)
--- a/
CRM/Utils/System.php
+++ b/
CRM/Utils/System.php
@@
-736,7
+736,7
@@
class CRM_Utils_System {
*
* @return array
*/
- p
ublic
static function parsePHPModules() {
+ p
rivate
static function parsePHPModules() {
ob_start();
phpinfo(INFO_MODULES);
$s = ob_get_contents();