Skip to content
Snippets Groups Projects
Unverified Commit 6de3a405 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #7916 from atm-ph/fix_4.0_require_class

Fix include class WorkboardResponse
parents c7d0e917 c90ece11
Branches
No related tags found
No related merge requests found
...@@ -383,7 +383,7 @@ if ($showweather) $boxwork.='<th class="liste_titre hideonsmartphone" width="80" ...@@ -383,7 +383,7 @@ if ($showweather) $boxwork.='<th class="liste_titre hideonsmartphone" width="80"
$boxwork.='</tr>'."\n"; $boxwork.='</tr>'."\n";
// Do not include sections without management permission // 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) // Number of actions to do (late)
if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read) if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment