mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
fhem.pl: fix removeinternaltimer typo (Forum #82716)
git-svn-id: https://svn.fhem.de/fhem/trunk@15881 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7b701f8b82
commit
feb7946b24
@ -3119,7 +3119,7 @@ RemoveInternalTimer($;$)
|
||||
my ($arg, $fn) = @_;
|
||||
return if(!$arg && !$fn);
|
||||
foreach my $a (keys %intAt) {
|
||||
my ($ia, $if) = ($intAt{$a}{ARG}, $intAt{$a}{ARG});
|
||||
my ($ia, $if) = ($intAt{$a}{ARG}, $intAt{$a}{FN});
|
||||
delete($intAt{$a}) if((!$arg || ($ia && $ia eq $arg)) &&
|
||||
(!$fn || ($if && $if eq $fn)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user