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:
justme1968
2014-05-03 10:18:41 +00:00
parent db3b1b8beb
commit 1a98d9e7c2

View File

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