diff --git a/htdocs/index.php b/htdocs/index.php
index e6fb102fb80..3ff6274f8be 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -385,7 +385,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)
|