diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index ad84e0df..f4ef0b19 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1206,7 +1206,7 @@ class ShopController extends BaseAuthedController return; } - $token_type = getReqVal('token_type', ''); + $token_type = getReqVal('token_type', '4'); switch ($token_type) { case ShopController::TOKEN_TYPE_GOLD: case ShopController::TOKEN_TYPE_DIAMOND: