diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 1d5557df797..5316c399bb7 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -46,7 +46,7 @@ $langs->load("contracts"); // Security check if ($user->societe_id) $socid=$user->societe_id; -$result = restrictedArea($user, 'ecm',''); +$result = restrictedArea($user, 'ecm', 0); // Load permissions $user->getrights('ecm');