diff --git a/htdocs/index.php b/htdocs/index.php index b07c619b958..b702ba4b76d 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -260,7 +260,7 @@ $var=true; // // Nbre actions à faire (en retard) -if ($conf->agenda->enabled && $user->rights->agenda->myactions->read) +if ($conf->agenda->enabled) { include_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php"); $board=new ActionComm($db);