Bugfix for disabled notify
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@57 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -50,7 +50,7 @@ notify_Exec($$)
|
||||
my ($log, $dev) = @_;
|
||||
|
||||
my $ln = $log->{NAME};
|
||||
return if($attr{$ln} && $attr{$ln}{disable});
|
||||
return "" if($attr{$ln} && $attr{$ln}{disable});
|
||||
|
||||
my $n = $dev->{NAME};
|
||||
my $re = $log->{REGEXP};
|
||||
|
||||
Reference in New Issue
Block a user