From a1b05443ba84fa5887f9b1bc78b77d44bfd0c7b3 Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Thu, 19 Oct 2023 17:46:31 +0200 Subject: [PATCH] fix: [toolbox] Fix an out-dated comment --- lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm b/lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm index b05d178de..2536e750d 100644 --- a/lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm +++ b/lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm @@ -212,7 +212,7 @@ sub _submit_add { delete $form->{empty}; } else { $self->errors("New IP range: Can't create entry without name") if $form->{empty}; - # We should return an empty add form with name edition allowed + # We still should return an empty add form $form->{empty} = 1; } }