瀏覽代碼

Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 5.0

Laurent Destailleur 7 年之前
父節點
當前提交
e526162e8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/index.php

+ 1 - 1
htdocs/index.php

@@ -385,7 +385,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)