From d65820dc46d06acaac2ea4e48c35913b4d4d0666 Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 31 Mar 2025 17:20:53 +0800 Subject: [PATCH] fix --- webapp/controller/SoloController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SoloController.class.php b/webapp/controller/SoloController.class.php index d4bd27e..01cbdcc 100644 --- a/webapp/controller/SoloController.class.php +++ b/webapp/controller/SoloController.class.php @@ -671,7 +671,7 @@ class SoloController ); if (!is_null($solorow['gamelevel']) && !empty($solorow['gamelevel'])) { - $gamelevel = json_encode($solorow['gamelevel'], true); + $gamelevel = json_decode($solorow['gamelevel'], true); } $curlevelcfg = $this->getGameLevelInfo($gamelevel['curlevel']);