aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-04 10:00:04 +0200
committerzottel <github@zottel.net>2012-05-04 10:00:04 +0200
commita9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de (patch)
tree8c931e7a9feb65af4505864e605dbccf544bfdec /include/notifier.php
parent35771a778df18afb231969c242680a6353e5ef8e (diff)
parent22c8fe46a554457b43b9721f1f46739511398060 (diff)
downloadvolse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.gz
volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.bz2
volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 922e869f6..6ce281372 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -47,7 +47,7 @@ function notifier_run($argv, $argc){
$a->set_baseurl(get_config('system','url'));
- logger('notifier: invoked: ' . print_r($argv,true));
+ logger('notifier: invoked: ' . print_r($argv,true), LOGGER_DEBUG);
$cmd = $argv[1];
@@ -833,6 +833,8 @@ function notifier_run($argv, $argc){
}
+ logger('notifier: calling hooks', LOGGER_DEBUG);
+
if($normal_mode)
call_hooks('notifier_normal',$target_item);