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:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user