From 9afece138520ac540dd653c98ddb4a501fd23be3 Mon Sep 17 00:00:00 2001 From: liugang Date: Sat, 8 Oct 2022 15:55:18 +0800 Subject: [PATCH] * Fix bug #27892. --- module/project/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/model.php b/module/project/model.php index 15cc8b46e4..8ae1fad44a 100644 --- a/module/project/model.php +++ b/module/project/model.php @@ -1909,6 +1909,7 @@ class projectModel extends model if(!$oldProject->hasProduct) { $productID = $this->loadModel('product')->getProductIDByProject($projectID); + unset($_POST); $this->product->close($productID); }