fix for backward compatibility of WeatherAsHtml

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2013-07-29 18:18:10 +00:00
parent 2040a3972c
commit fbb0068f9e

View File

@ -500,7 +500,8 @@ WeatherAsHtmlV($)
sub sub
WeatherAsHtml($) WeatherAsHtml($)
{ {
WeatherAsHtmlV(@_); my ($d) = @_;
WeatherAsHtmlV($d);
} }
sub sub