From 0d91f363ccda100ccf6b35f7fb46a4352d00326a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 20 Apr 2016 19:03:56 -0700 Subject: There is no longer a followup flag in the notifier. Remove all traces of it. --- include/notifier.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/notifier.php b/include/notifier.php index 628847d54..4435c7497 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -450,7 +450,6 @@ function notifier_run($argv, $argc){ 'target_item' => $target_item, 'top_level_post' => $top_level_post, 'private' => $private, - 'followup' => $followup, 'relay_to_owner' => $relay_to_owner, 'uplink' => $uplink, 'cmd' => $cmd, @@ -547,7 +546,6 @@ function notifier_run($argv, $argc){ 'hub' => $hub, 'top_level_post' => $top_level_post, 'private' => $private, - 'followup' => $followup, 'relay_to_owner' => $relay_to_owner, 'uplink' => $uplink, 'cmd' => $cmd, -- cgit v1.2.3