From f6fff0d16c9e451cabc9e21d2cbf3807f0e14cad Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 26 Dec 2023 18:11:25 +0800 Subject: [PATCH] 1 --- webapp/controller/MatchController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index 5c5ce49a..c3402deb 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -156,6 +156,8 @@ class MatchController extends BaseAuthedController { foreach ($delTeams as $id) { unset($delTeams[$id]); } + $r->set(MATCH_CURRENT_TEAM_KEY, json_encode($currMatchDb)); + $this->refreshKeyExpire($r, MATCH_CURRENT_TEAM_KEY, 1000*600); } } }