mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
55_InfoPanel.pm: fixed perl warnings
git-svn-id: https://svn.fhem.de/fhem/trunk@8130 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
da0321ea8f
commit
4199385c12
@ -1162,6 +1162,7 @@ sub btIP_evalLayout {
|
|||||||
$params{yy} = $y2;
|
$params{yy} = $y2;
|
||||||
$filled //= 0; # set 0 as default (not filled)
|
$filled //= 0; # set 0 as default (not filled)
|
||||||
$stroked //= 0; # set 0 as default (not stroked)
|
$stroked //= 0; # set 0 as default (not stroked)
|
||||||
|
$link //= "";
|
||||||
$link = AnalyzePerlCommand(undef,$link);
|
$link = AnalyzePerlCommand(undef,$link);
|
||||||
$svg .= btIP_itemRect($id,$x1,$y1,$x2,$y2,$rx,$ry,$filled,$stroked,$link,undef,%params);
|
$svg .= btIP_itemRect($id,$x1,$y1,$x2,$y2,$rx,$ry,$filled,$stroked,$link,undef,%params);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user