mirror of
https://github.com/webmin/webmin.git
synced 2026-04-17 14:40:27 +01:00
Fix typo
This commit is contained in:
@@ -40,7 +40,7 @@ else {
|
||||
next if (!$ahost); # Invalid URL??
|
||||
|
||||
my $afile = &transname();
|
||||
&http_download($ahost, $aport, $apage, $afile, \aerr,
|
||||
&http_download($ahost, $aport, $apage, $afile, \$aerr,
|
||||
undef, $assl, undef, undef, 5);
|
||||
last if ($err);
|
||||
my %a;
|
||||
@@ -64,6 +64,7 @@ else {
|
||||
}
|
||||
|
||||
# Now we have the announcement hash refs, turn them into messages
|
||||
# XXX need dismiss buttons
|
||||
my @rv;
|
||||
my $i = 0;
|
||||
foreach my $a (@ann) {
|
||||
|
||||
Reference in New Issue
Block a user