Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2016-03-14 12:55:31 +08:00
+1 -1
View File
@@ -447,7 +447,7 @@ class task extends control
$task->bugSteps = '';
if($bug)
{
$task->bugSteps = $bug->steps;
$task->bugSteps = $this->loadModel('file')->setImgSize($bug->steps);
foreach($bug->files as $file) $task->files[] = $file;
}
$this->view->fromBug = $bug;