diff --git a/hwe/j_msg_decide_opt.php b/hwe/j_msg_decide_opt.php index 4d50e674..039f1260 100644 --- a/hwe/j_msg_decide_opt.php +++ b/hwe/j_msg_decide_opt.php @@ -47,7 +47,7 @@ if($msg === null){ ]); } $reason = 'success'; -$gameStor = KVStorage::getStorage($db, 'game_env'); +$gameStor = KVStorage::getStorage(DB::db(), 'game_env'); $gameStor->cacheAll(); if($msgResponse){ $result = $msg->agreeMessage($general['no'], $reason);