Skip to content

Commit

Permalink
fix: [toolbox] Fix an out-dated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 19, 2023
1 parent 3feb6b2 commit a1b0544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit a1b0544

Please sign in to comment.