aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-12 15:10:53 -0700
committerfriendica <info@friendica.com>2014-09-12 15:10:53 -0700
commitb1809f5f0c14f15cb3caf74229bb12e3d544c9f9 (patch)
treef187c2ce9c6591138e5dddbb898b14cd15e79c67
parent7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6 (diff)
downloadvolse-hubzilla-b1809f5f0c14f15cb3caf74229bb12e3d544c9f9.tar.gz
volse-hubzilla-b1809f5f0c14f15cb3caf74229bb12e3d544c9f9.tar.bz2
volse-hubzilla-b1809f5f0c14f15cb3caf74229bb12e3d544c9f9.zip
log why this doesn't get executed
-rw-r--r--include/notifier.php2
1 files changed, 2 insertions, 0 deletions
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.