Typo again :/

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

View File

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