fix for backward compatibility of WeatherAsHtml
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -500,7 +500,8 @@ WeatherAsHtmlV($)
|
||||
sub
|
||||
WeatherAsHtml($)
|
||||
{
|
||||
WeatherAsHtmlV(@_);
|
||||
my ($d) = @_;
|
||||
WeatherAsHtmlV($d);
|
||||
}
|
||||
|
||||
sub
|
||||
|
||||
Reference in New Issue
Block a user