From b1809f5f0c14f15cb3caf74229bb12e3d544c9f9 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 12 Sep 2014 15:10:53 -0700 Subject: log why this doesn't get executed --- include/notifier.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/notifier.php') diff --git a/include/notifier.php b/include/notifier.php index 88bb9a0cb..0b5744b29 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -432,6 +432,8 @@ function notifier_run($argv, $argc){ $sql_extra = (($private) ? "" : " or hubloc_url = '" . dbesc(z_root()) . "' "); + logger('notifier: hub choice: ' . intval($relay_to_owner) . ' ' . intval($private) . ' ' . $cmd, LOGGER_DEBUG); + if($relay_to_owner && (! $private) && ($cmd !== 'relay')) { // If sending a followup to the post owner, only send it to one channel clone - to avoid race conditions. -- cgit v1.2.3