mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
FHEMWEB: summaryFn first parameter fix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4434 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2227dae087
commit
3886c8f8c2
@ -1207,7 +1207,7 @@ FW_showRoom()
|
||||
lc(AttrVal($b, "sortby", AttrVal($b,"alias",$b))) }
|
||||
@atEnds) {
|
||||
no strict "refs";
|
||||
FW_pO &{$modules{$defs{$d}{TYPE}}{FW_summaryFn}}($FW_chash, $d,
|
||||
FW_pO &{$modules{$defs{$d}{TYPE}}{FW_summaryFn}}($FW_wname, $d,
|
||||
$FW_room, \%extPage);
|
||||
use strict "refs";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user