From dc6b1caae33828c47f6d57e5097940e220c612b7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Aug 2017 11:01:43 +0200 Subject: [PATCH] Fix list of cron jobs --- htdocs/cron/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';