mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: fix deadly bug when displaying SVG introduced with the previous change
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12504 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ca378b7c20
commit
33cacd51a6
@ -1612,7 +1612,7 @@ FW_showRoom()
|
|||||||
$usuallyAtEnd{$dev} = 1;
|
$usuallyAtEnd{$dev} = 1;
|
||||||
if(!AttrVal($dev, "group", undef)) {
|
if(!AttrVal($dev, "group", undef)) {
|
||||||
$sortIndex{$dev} = lc(AttrVal($dev,"sortby",FW_alias($dev)));
|
$sortIndex{$dev} = lc(AttrVal($dev,"sortby",FW_alias($dev)));
|
||||||
push @atEnds, AttrVal($a,"alias",$a);
|
push @atEnds, $dev;
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user