* Edit comment.

This commit is contained in:
tianshujie98
2020-10-12 11:40:56 +08:00
parent 53ad99b932
commit a7d9aa4cfa
+1 -1
View File
@@ -222,9 +222,9 @@ class bugModel extends model
$data->browsers[$i] = $browser;
}
/* Get bug data. */
if(isset($data->uploadImage)) $this->loadModel('file');
$extendFields = $this->getFlowExtendFields();
$bugs = array();
foreach($data->title as $i => $title)
{