ids.cgi: Do not double display a working notice when removing a ruleset

provider.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-04-11 05:47:15 +02:00
parent faa8c62f63
commit 149a3291df

View File

@@ -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);