Skip to content
Snippets Groups Projects
Commit 367d225d authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Fixed missing class include for task duplication

parent c5ccf299
No related branches found
No related tags found
No related merge requests found
......@@ -1146,6 +1146,8 @@ class Project extends CommonObject
//Duplicate task
if ($clone_task)
{
require_once DOL_DOCUMENT_ROOT . '/projet/class/task.class.php';
$taskstatic = new Task($this->db);
// Security check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment