diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index 26d5f0fe998..3f66dba1912 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -353,7 +353,7 @@ if ($num > 0) { $obj = $db->fetch_object($result); - + if (empty($obj)) break; if (! verifCond($obj->test)) continue; // Discard line with test = false print '';