]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
not outputing all the plugin information in diagnostics plugin due to new plugin...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Feb 2011 01:45:00 +0000 (01:45 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Feb 2011 01:45:00 +0000 (01:45 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8108 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/diagnostics/start.php

index 78e01d0ad35aa5cf10d39b5b8d6ffb5fbd816fe7..e3d7abd1a7a257a756f50e7f6db23ac6bec4916f 100644 (file)
@@ -45,7 +45,8 @@ function diagnostics_basic_hook($hook, $entity_type, $returnvalue, $params) {
  * @return tring
  */
 function diagnostics_plugins_hook($hook, $entity_type, $returnvalue, $params) {
-       $returnvalue .= elgg_echo('diagnostics:report:plugins', array(print_r(elgg_get_plugins(), true)));
+       // @todo this is a really bad idea because of the new plugin system
+       //$returnvalue .= elgg_echo('diagnostics:report:plugins', array(print_r(elgg_get_plugins(), true)));
 
        return $returnvalue;
 }