small fix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5730 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -361,8 +361,8 @@ readingsGroup_2html($)
|
||||
$h = $hash if( !$h );
|
||||
$regex = $device->[0];
|
||||
}
|
||||
my $name = $h->{NAME};
|
||||
next if( !$h );
|
||||
my $name = $h->{NAME};
|
||||
|
||||
my @list = (undef);
|
||||
@list = split(",",$regex) if( $regex );
|
||||
|
||||
Reference in New Issue
Block a user