From 1be68491d1ffe49dc08e9148f9de2742398587aa Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 28 Aug 2023 12:07:07 +0800 Subject: [PATCH] 1 --- webapp/controller/StakingController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/StakingController.class.php b/webapp/controller/StakingController.class.php index 457a96d6..d5a5bb59 100644 --- a/webapp/controller/StakingController.class.php +++ b/webapp/controller/StakingController.class.php @@ -41,7 +41,7 @@ class StakingController extends BaseAuthedController { private function fillStakingInfo(&$info, $fieldName, $rows) { - $stackingInfo = $info[$fieldName]; + $stackingInfo = &$info[$fieldName]; $stackingInfo['staked_quant'] = 0; $stackingInfo['claim_rewards'] = 0; $stackingInfo['daily_rewards'] = 0;