X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fplugin.php;h=5a4755c319bd6d06f7014b9e4bc7844523602d1a;hb=1053fe91c8a8baf69a74ccb4394442641c7dcc0a;hp=9dc3ebd407dfe16b6a81121b0ba8e5c45c781100;hpb=c076c5601628cf87735b8ae0b9f17fe58eb0041d;p=friendica.git diff --git a/include/plugin.php b/include/plugin.php index 9dc3ebd407..5a4755c319 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -173,7 +173,7 @@ function call_hooks($name, &$data = null) { @include_once($hook[0]); if(function_exists($hook[1])) { $func = $hook[1]; - logger($name." => ".$hook[0].":".$func."()", LOGGER_DEBUG); + //logger($name." => ".$hook[0].":".$func."()", LOGGER_DEBUG); $func($a,$data); } else {