diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index 238bd17d5c5..cc3b8e879ed 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/cron/class/cronjob.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/cron.lib.php'; // Load translation files required by the page -$langs->loadLangs(array("admin","cron","bills")); +$langs->loadLangs(array("admin","cron","bills","members")); if (!$user->rights->cron->read) accessforbidden();