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) {