FIX #4784
This commit is contained in:
parent
fb625f0ca7
commit
6f8200893b
@ -508,7 +508,7 @@ if (empty($conf->global->PROJECT_HIDE_TASKS))
|
||||
$file = $reg[1];
|
||||
$classname = substr($file,4);
|
||||
|
||||
require_once DOL_DOCUMENT_ROOT ."/core/modules/project/task/".$file.'.php';
|
||||
require_once $dir.$file.'.php';
|
||||
|
||||
$module = new $file;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user