aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-02 11:30:02 +0100
committermarijus <mario@localhost.localdomain>2013-12-02 11:30:02 +0100
commitfc8c34826ea361a49c29742f15b98b573e6c7c86 (patch)
tree082c5d1c39a358cc19bcbb9465ccf831f134b751 /include/plugin.php
parent51cad9cafef228090cc1641a425ba272b1a3b470 (diff)
parentf22302cbb649013087e27ba5d6679dcefb3953f1 (diff)
downloadvolse-hubzilla-fc8c34826ea361a49c29742f15b98b573e6c7c86.tar.gz
volse-hubzilla-fc8c34826ea361a49c29742f15b98b573e6c7c86.tar.bz2
volse-hubzilla-fc8c34826ea361a49c29742f15b98b573e6c7c86.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/plugin.php')
-rwxr-xr-xinclude/plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php
index 4d28909d2..5ed2a1736 100755
--- a/include/plugin.php
+++ b/include/plugin.php
@@ -197,7 +197,7 @@ function load_hooks() {
$a->hooks[$rr['hook']][] = array($rr['file'],$rr['function']);
}
}
-logger('hooks: ' . print_r($a->hooks,true));
+//logger('hooks: ' . print_r($a->hooks,true));
}