1
0
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:
rudolfkoenig 2016-11-04 19:35:20 +00:00
parent ca378b7c20
commit 33cacd51a6

View File

@ -1612,7 +1612,7 @@ FW_showRoom()
$usuallyAtEnd{$dev} = 1;
if(!AttrVal($dev, "group", undef)) {
$sortIndex{$dev} = lc(AttrVal($dev,"sortby",FW_alias($dev)));
push @atEnds, AttrVal($a,"alias",$a);
push @atEnds, $dev;
next;
}
}