From 85d177064642598bc80c58c92677995752f361f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 15:45:05 +0200 Subject: [PATCH] Qual: Removed missing variable from function call --- htdocs/core/lib/cron.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/cron.lib.php b/htdocs/core/lib/cron.lib.php index 630a2e2322c..34a21c83dab 100644 --- a/htdocs/core/lib/cron.lib.php +++ b/htdocs/core/lib/cron.lib.php @@ -39,9 +39,9 @@ function cronadmin_prepare_head() $head[$h][2] = 'setup'; $h++; - complete_head_from_modules($conf, $langs, $object, $head, $h, 'cronadmin'); + complete_head_from_modules($conf, $langs, null, $head, $h, 'cronadmin'); - complete_head_from_modules($conf, $langs, $object, $head, $h, 'cronadmin', 'remove'); + complete_head_from_modules($conf, $langs, null, $head, $h, 'cronadmin', 'remove'); return $head;