From a7d9aa4cfaf97ff30a6bd263cbaff1c30678f105 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Mon, 12 Oct 2020 11:40:27 +0800 Subject: [PATCH] * Edit comment. --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index c68c4ccccc..8858d01633 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -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) {