diff options
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index e12fc56e9..ffdd80403 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -410,6 +410,8 @@ function notifier_run($argv, $argc){ $relay_to_owner = (((! $top_level_post) && (intval($target_item['item_origin'])) && comment_local_origin($target_item)) ? true : false); + + $uplink = false; // $cmd === 'relay' indicates the owner is sending it to the original recipients |