aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-03 16:55:03 -0700
committerfriendica <info@friendica.com>2012-05-03 16:55:03 -0700
commitf3e18df55dc259e70e9acdfd6e851b97ec062f46 (patch)
tree49bdf34b669baf75e1f473d5e477357325c56d5d /include/notifier.php
parentff75dc4e40fdd7237c5fe889f4d722c979107dd8 (diff)
downloadvolse-hubzilla-f3e18df55dc259e70e9acdfd6e851b97ec062f46.tar.gz
volse-hubzilla-f3e18df55dc259e70e9acdfd6e851b97ec062f46.tar.bz2
volse-hubzilla-f3e18df55dc259e70e9acdfd6e851b97ec062f46.zip
string update
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);