fhem.pl: Fix eventMap 0 Bug (Forum #43023)
git-svn-id: https://svn.fhem.de/fhem/trunk@11048 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -3624,7 +3624,7 @@ ReplaceEventMap2($$$)
|
||||
$nv = eval '"'.$emh->{$k}.'"';
|
||||
|
||||
}
|
||||
if($nv) {
|
||||
if(defined($nv)) {
|
||||
my @arr = split(" ",$nv);
|
||||
unshift @arr, $dname;
|
||||
return @arr;
|
||||
|
||||
Reference in New Issue
Block a user