summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 775aa8938..3576c6ce8 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -979,7 +979,7 @@ connections from many clients. "),
Security features are at their maximum."),
);
delete @l{0,1};
- delete @l{5} if !$::expert;
+ delete $l{5} if !$::expert;
$in->ask_from('', _("Choose security level") . "\n\n" .
join('', map { "$l{$_}: $help{$_}\n\n" } keys %l),