Fixed private note update

This commit is contained in:
Raphaël Doursenaud 2013-04-20 06:36:07 +02:00
parent 62f0f6011f
commit a564edbb87

View File

@ -1064,7 +1064,7 @@ class Task extends CommonObject
}
$this->db->begin();
$res=$clone_task->update_note(dol_html_entity_decode($clone_task->note_private, ENT_QUOTES));
$res=$clone_task->update_note(dol_html_entity_decode($clone_task->note_private, ENT_QUOTES), '_private');
if ($res < 0)
{
$this->error.=$clone_task->error;