mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
fix for backward compatibility of WeatherAsHtml
git-svn-id: https://svn.fhem.de/fhem/trunk@3534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d31313f40a
commit
917af463da
@ -500,7 +500,8 @@ WeatherAsHtmlV($)
|
||||
sub
|
||||
WeatherAsHtml($)
|
||||
{
|
||||
WeatherAsHtmlV(@_);
|
||||
my ($d) = @_;
|
||||
WeatherAsHtmlV($d);
|
||||
}
|
||||
|
||||
sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user