2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Typo again :/

git-svn-id: https://svn.fhem.de/fhem/trunk@1631 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-06-20 07:19:54 +00:00
parent f4b43b0051
commit 1db5b67bcb

View File

@ -88,7 +88,7 @@ GetFileFromURL($@)
sub
GetHttpFile($$)
{
my ($host,$port) = @_;
my ($host,$file) = @_;
return GetFileFromURL("http://$host$file");
}