NEW preload comments in task

This commit is contained in:
arnaud 2017-09-07 16:47:52 +02:00
parent 82440fd399
commit 680fab313c

View File

@ -259,8 +259,12 @@ class Task extends CommonObject
$this->db->free($resql);
if ($num_rows) return 1;
else return 0;
if ($num_rows) {
$this->fetchComments();
return 1;
}else {
return 0;
}
}
else
{