]> git.mxchange.org Git - friendica.git/blobdiff - include/plugin.php
Merge pull request #2016 from fabrixxm/template_vars_hook
[friendica.git] / include / plugin.php
index 9dc3ebd407dfe16b6a81121b0ba8e5c45c781100..5a4755c319bd6d06f7014b9e4bc7844523602d1a 100644 (file)
@@ -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 {