diff --git a/include/class.filter_action.php b/include/class.filter_action.php index 2e57ba5303d858bc773e982c52b6ac9f87763817..98d71d85ec55fc407dd3db3dd208c00eacc1d27a 100644 --- a/include/class.filter_action.php +++ b/include/class.filter_action.php @@ -220,10 +220,7 @@ class FA_DisableAutoResponse extends TriggerAction { function apply(&$ticket, array $info) { # TODO: Disable alerting # XXX: Does this imply turning it on as well? (via ->sendAlerts()) - $config = $this->getConfiguration(); - if ($config['enable']) { - $ticket['autorespond']=false; - } + $ticket['autorespond']=false; } function getConfigurationOptions() {