Skip to content

Commit

Permalink
FIX #4784
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 18, 2016
1 parent fb625f0 commit 6f82008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/admin/project.php
Expand Up @@ -508,7 +508,7 @@
$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;

Expand Down

0 comments on commit 6f82008

Please sign in to comment.