* Remove this empty statement.

This commit is contained in:
wangyuting
2023-05-31 17:23:19 +08:00
parent d4e640cfa0
commit 78de2d23cf
+1 -1
View File
@@ -588,7 +588,7 @@ class bug extends control
$product = $this->loadModel('product')->getByID($productID);
$this->view->fileName = $this->bugZen->getExportFileName($executionID, $browseType, $product);
$this->view->allExportFields = $this->bugZen->getExportFields($executionID, $product);;
$this->view->allExportFields = $this->bugZen->getExportFields($executionID, $product);
$this->view->customExport = true;
$this->display('file', 'export');
}