mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
small fix
git-svn-id: https://svn.fhem.de/fhem/trunk@5730 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3110238c84
commit
a97b9a69a8
@ -361,8 +361,8 @@ readingsGroup_2html($)
|
|||||||
$h = $hash if( !$h );
|
$h = $hash if( !$h );
|
||||||
$regex = $device->[0];
|
$regex = $device->[0];
|
||||||
}
|
}
|
||||||
my $name = $h->{NAME};
|
|
||||||
next if( !$h );
|
next if( !$h );
|
||||||
|
my $name = $h->{NAME};
|
||||||
|
|
||||||
my @list = (undef);
|
my @list = (undef);
|
||||||
@list = split(",",$regex) if( $regex );
|
@list = split(",",$regex) if( $regex );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user