Update workstation.class.php

This commit is contained in:
Frédéric FRANCE 2021-03-14 18:34:03 +01:00 committed by GitHub
parent bd838d0b8a
commit d6ed11c5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,8 +177,8 @@ class Workstation extends CommonObject
{
global $conf, $langs;
dol_include_once('/workstation/class/workstationusergroup.class.php');
dol_include_once('/workstation/class/workstationresource.class.php');
require_once DOL_DOCUMENT_ROOT.'/workstation/class/workstationusergroup.class.php';
require_once DOL_DOCUMENT_ROOT.'/workstation/class/workstationresource.class.php';
$this->db = $db;