From: Stefan Schantl Date: Mon, 11 Apr 2022 03:47:15 +0000 (+0200) Subject: ids.cgi: Do not double display a working notice when removing a ruleset X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=149a3291df07c0b1ba0384b83509bb6a62a1eae2;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Do not double display a working notice when removing a ruleset provider. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 9722e6c364..1ba4b9b538 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -874,9 +874,6 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) { # Undef the given ID. undef($cgiparams{'ID'}); - # Lock the webpage and print message. - &working_notice("$Lang::tr{'ids apply ruleset changes'}"); - # Drop the stored ruleset file. &IDS::drop_dl_rulesfile($provider);