Explorar el Código

Fix include class WorkboardResponse

atm-ph hace 7 años
padre
commit
c90ece1188
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      htdocs/index.php

+ 1 - 1
htdocs/index.php

@@ -383,7 +383,7 @@ if ($showweather) $boxwork.='<th class="liste_titre hideonsmartphone" width="80"
 $boxwork.='</tr>'."\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)