fix: : Undefined subroutine

&FHEM::Core::Weather::DeleteForecastreadings

[Ticket: #46]
This commit is contained in:
2023-02-02 22:58:40 +01:00
parent cfd8ff9ea1
commit 2601a42643
2 changed files with 6 additions and 6 deletions

View File

@ -317,7 +317,7 @@ sub _ReturnWithError {
return;
}
sub _DeleteForecastreadings {
sub DeleteForecastreadings {
return 0 unless ( __PACKAGE__ eq caller(0) );
my $hash = shift;