mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 06:08:44 +00:00
90_at.pm: fix warning (Forum #51770)
git-svn-id: https://svn.fhem.de/fhem/trunk@11183 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e453f84102
commit
fbb75a1799
@ -79,7 +79,7 @@ at_Define($$)
|
||||
}
|
||||
return "datespec is not allowed with + or *" if($abstime && ($rel || $rep));
|
||||
|
||||
my $err = perlSyntaxCheck($command, ());
|
||||
$err = perlSyntaxCheck($command, ());
|
||||
return $err if($err);
|
||||
|
||||
$rel = "" if(!defined($rel));
|
||||
|
Loading…
x
Reference in New Issue
Block a user