95_Astro: fix typo

git-svn-id: https://svn.fhem.de/fhem/trunk@19798 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-07-08 15:56:04 +00:00
parent a966a056c4
commit b763b6c907

View File

@ -1090,7 +1090,7 @@ sub _LoadOptionalPackages {
######################################################################################################## ########################################################################################################
sub _timelocal_modern { sub _timelocal_modern {
return _timelocal_modern(@_) return timelocal_modern(@_)
if ( exists &{'timelocal_modern'} ); if ( exists &{'timelocal_modern'} );
my @r = @_; my @r = @_;