From b86d54cab381f9c61aa1663273bdbbc2db7ae149 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Aug 2018 14:05:53 +0200 Subject: [PATCH] Trad --- htdocs/cron/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/cron/card.php b/htdocs/cron/card.php index 6b052ca59d4..855620756a7 100644 --- a/htdocs/cron/card.php +++ b/htdocs/cron/card.php @@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT."/core/class/html.formcron.class.php"; require_once DOL_DOCUMENT_ROOT.'/core/lib/cron.lib.php'; // Load translation files required by the page -$langs->loadLangs(array('admin', 'cron')); +$langs->loadLangs(array('admin', 'cron', 'members')); if (!$user->rights->cron->create) accessforbidden();