From 1ad341428612ac23dda7239f99bc4064c5b4f8ff Mon Sep 17 00:00:00 2001 From: zenggang Date: Mon, 4 Sep 2023 06:50:11 +0000 Subject: [PATCH] * Fix bug#38168 --- module/build/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/build/control.php b/module/build/control.php index fd940909fe..b31b2b2b7b 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -122,6 +122,8 @@ class build extends control $this->view->productArtifactRepos = $productArtifactRepos; } + if(isonlybody()) $_GET['zin'] = '0'; + $this->view->title = $this->lang->build->create; $this->view->position[] = $this->lang->build->create;