From 69830e04d729ab935b052ef137d7dbb3225e80d0 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 8 Aug 2022 13:14:21 +0800 Subject: [PATCH] * Fix bug#26097. --- module/product/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/control.php b/module/product/control.php index 8855763b00..e4c45cf9cf 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -940,7 +940,7 @@ class product extends control $products = $this->product->getProductPairsByProject($executionID); if(empty($products)) { - return print(printf($this->lang->build->noProduct, $this->createLink('execution', 'manageproducts', "executionID=$executionID&from=buildCreate", '', 'true'), 'project')); + return printf($this->lang->build->noProduct, $this->createLink('execution', 'manageproducts', "executionID=$executionID&from=buildCreate", '', 'true'), 'project'); } else {