From 8057ccb2236fdebbcdb856f892223cc0732b4505 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Aug 2020 14:13:30 +0200 Subject: [PATCH] Update task.class.php --- htdocs/projet/class/task.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php index 89189802a15..0d737dfea7f 100644 --- a/htdocs/projet/class/task.class.php +++ b/htdocs/projet/class/task.class.php @@ -62,7 +62,7 @@ class Task extends CommonObject /** * @var int ID parent task */ - public $fk_task_parent=0; + public $fk_task_parent = 0; /** * @var string Label of task