2
0
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:
justme-1968 2014-05-03 10:18:41 +00:00
parent 3110238c84
commit a97b9a69a8

View File

@ -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 );