From a5af92cff1a8675ce6c4fa970fefd86964978cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 2 Feb 2019 18:33:48 +0100 Subject: [PATCH] add missing require date.lib.php --- htdocs/cron/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index 5017a0af24d..a9d688be1d5 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -2,6 +2,7 @@ /* Copyright (C) 2012 Nicolas Villa aka Boyquotes http://informetic.fr * Copyright (C) 2013 Florian Henry * Copyright (C) 2013-2016 Laurent Destailleur + * Copyright (C) 2019 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +29,7 @@ require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; require_once DOL_DOCUMENT_ROOT.'/cron/class/cronjob.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/cron.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php'; // Load translation files required by the page $langs->loadLangs(array("admin","cron","bills","members"));