* finish task#1137.

This commit is contained in:
chencongzhi520@gmail.com
2013-03-02 07:42:01 +00:00
parent 3ae092a5d0
commit 7362960476
+1 -1
View File
@@ -832,7 +832,7 @@ class taskModel extends model
->fetchPairs('extra');
foreach($estimates as $estimate)
{
$estimate->comment = $comments[$estimate->id];
$estimate->comment = zget($comments, $estimate->id, '');
}
return $estimates;
}