Fxi: Correct property name

This commit is contained in:
Laurent Destailleur 2014-06-12 22:00:16 +02:00
parent b4ef780274
commit 1a9e53e21f

View File

@ -834,7 +834,7 @@ class Task extends CommonObject
$this->id = $obj->fk_task; $this->id = $obj->fk_task;
$this->timespent_date = $obj->task_date; $this->timespent_date = $obj->task_date;
$this->timespent_duration = $obj->task_duration; $this->timespent_duration = $obj->task_duration;
$this->timespent_user = $obj->fk_user; $this->timespent_fk_user = $obj->fk_user;
$this->timespent_note = $obj->note; $this->timespent_note = $obj->note;
} }