summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index b8ba3ba33..2df342426 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -535,7 +535,6 @@ sub selectSupplMedia {
our $last_url; #- propose the last URL for correction in case of error
$o->ask_from_({ focus_first => 1 },
[ { label => N("URL of the mirror?"),
- #hidden => 1,
val => \$last_url } ]);
$last_url =~ s!/+\z!!;
$url = $last_url or return 'error';