From c509b17a78e6f2152aa83a3ca0d6ddfc799f382f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 22 Sep 2024 14:35:50 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BaseController.class.php b/webapp/controller/BaseController.class.php index 7fdd4943..387e07fd 100644 --- a/webapp/controller/BaseController.class.php +++ b/webapp/controller/BaseController.class.php @@ -34,7 +34,7 @@ class BaseController { public function _giveContributionPoint($point) { - $this->contributionPoint += $point; + //$this->contributionPoint += $point; } public function _getNowTime()