Skip to content

Commit

Permalink
Merge pull request MPOS#915 from TheSerapher/issue-897
Browse files Browse the repository at this point in the history
[CHANGED] Do not send mail on uptime robot update
  • Loading branch information
TheSerapher committed Dec 7, 2013
2 parents 4ab00f0 + 21af8dd commit 8fbad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjobs/tickerupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
$monitoring->setTools($tools);
if (!$monitoring->storeUptimeRobotStatus()) {
$log->logError($monitoring->getCronError());
$monitoring->endCronjob($cron_name, 'E0017', 1, false);
$monitoring->endCronjob($cron_name, 'E0017', 1, false, false);
}
}
} else {
Expand Down

0 comments on commit 8fbad03

Please sign in to comment.