Skip to content
Snippets Groups Projects
Commit 733e0a54 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing trans

parent 9e2eccbe
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/comm/mailing/class/mailing.class.php");
$langs->load("mails");
if (!$user->rights->mailing->lire) accessforbidden();
// Securite acces client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment