From 78de2d23cf3b7cfaba12a104626ca4e08f16af72 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Wed, 31 May 2023 17:23:10 +0800 Subject: [PATCH] * Remove this empty statement. --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index 685cbe31bd..b6938459b5 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -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'); }