diff --git a/htdocs/index.php b/htdocs/index.php
index ee3c2490aeb..2df4365e227 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -383,7 +383,7 @@ if ($showweather) $boxwork.='
'."\n";
// Do not include sections without management permission
-require DOL_DOCUMENT_ROOT.'/core/class/workboardresponse.class.php';
+require_once DOL_DOCUMENT_ROOT.'/core/class/workboardresponse.class.php';
// Number of actions to do (late)
if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read)
|