diff options
author | marijus <mario@localhost.localdomain> | 2013-12-02 11:30:02 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-02 11:30:02 +0100 |
commit | fc8c34826ea361a49c29742f15b98b573e6c7c86 (patch) | |
tree | 082c5d1c39a358cc19bcbb9465ccf831f134b751 /include/plugin.php | |
parent | 51cad9cafef228090cc1641a425ba272b1a3b470 (diff) | |
parent | f22302cbb649013087e27ba5d6679dcefb3953f1 (diff) | |
download | volse-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-x | include/plugin.php | 2 |
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)); } |