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); } } }