2
0
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:
rudolfkoenig 2016-04-04 08:22:42 +00:00
parent e453f84102
commit fbb75a1799

View File

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