From 2670783e37ec6faf6820e3b45cec84a430a9eaed Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 16 Jun 2022 15:41:08 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index 8c6bc5e3..5fcec0ae 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -219,6 +219,7 @@ class BaseAuthedController extends BaseController { break; case V_ITEM_ACTIVE: { + return; $addItem = max(0, mt\Parameter::getVal('activeness_limit', 0) - $this->_getDailyV(TN_DAILY_ACTIVE, 0)); $addItem = min($addItem, $itemNum); if ($addItem > 0) {