Fixed typo in pandora_agent

Former-commit-id: 69d250a0b5a27e6a1a02392a9935e381d985e1d3
This commit is contained in:
fermin831 2018-12-18 16:00:26 +01:00
parent 5de2bb3eff
commit 3426b04924
1 changed files with 1 additions and 1 deletions

View File

@ -2397,7 +2397,7 @@ sub check_module_cron {
$interval
);
my $is_first = ($module->{'cron_utimestamp'} == 0) ? 1 :
my $is_first = ($module->{'cron_utimestamp'} == 0) ? 1 : 0;
$module->{'cron_utimestamp'} = $now + $time_to_next_execution;
$module->{'cron_interval'} = $time_to_next_execution;