fixed Use of uninitialized value $style
git-svn-id: https://svn.fhem.de/fhem/trunk@1752 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -307,7 +307,7 @@ WeatherIconIMGTag($$$) {
|
|||||||
my ($icon,$uselocal,$isday)= @_;
|
my ($icon,$uselocal,$isday)= @_;
|
||||||
|
|
||||||
my $url;
|
my $url;
|
||||||
my $style;
|
my $style= "";
|
||||||
|
|
||||||
if($uselocal) {
|
if($uselocal) {
|
||||||
# strip off path and extension
|
# strip off path and extension
|
||||||
|
|||||||
Reference in New Issue
Block a user