projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e09ce6
)
commented out a debuggin call that produced a bit too much noise in the logs
author
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Thu, 27 Aug 2015 07:17:28 +0000
(09:17 +0200)
committer
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Thu, 27 Aug 2015 07:17:28 +0000
(09:17 +0200)
include/plugin.php
patch
|
blob
|
history
diff --git
a/include/plugin.php
b/include/plugin.php
index 9dc3ebd407dfe16b6a81121b0ba8e5c45c781100..5a4755c319bd6d06f7014b9e4bc7844523602d1a 100644
(file)
--- 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 {