diff options
author | redmatrix <git@macgirvin.com> | 2016-04-20 19:03:56 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-20 19:03:56 -0700 |
commit | 0d91f363ccda100ccf6b35f7fb46a4352d00326a (patch) | |
tree | 88aede9153d9ac7ae8da56d7f11a9b0913e470c8 /include | |
parent | 23180ae07895ba9bcdf7d598f3db4f227bd1fb24 (diff) | |
download | volse-hubzilla-0d91f363ccda100ccf6b35f7fb46a4352d00326a.tar.gz volse-hubzilla-0d91f363ccda100ccf6b35f7fb46a4352d00326a.tar.bz2 volse-hubzilla-0d91f363ccda100ccf6b35f7fb46a4352d00326a.zip |
There is no longer a followup flag in the notifier. Remove all traces of it.
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 0 insertions, 2 deletions
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, |