1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

Superfluous my deleted

git-svn-id: https://svn.fhem.de/fhem/trunk@3152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-05-04 12:46:02 +00:00
parent e2f517a1c3
commit 1dc261afdf

View File

@ -1073,7 +1073,7 @@ FW_showRoom()
my $newtxt;
if($sfn) {
no strict "refs";
my $newtxt = &{$sfn}($FW_wname, $d, $FW_room, \%extPage);
$newtxt = &{$sfn}($FW_wname, $d, $FW_room, \%extPage);
use strict "refs";
}