From 693fe3c110aad5cc71a20089b11c8f351b5cfcfd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 29 Jan 2022 18:41:58 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 9fa8c190..94ffe4aa 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -37,7 +37,7 @@ class MarketController extends BaseController { { $account = getReqVal('account', ''); $currBatchMeta = mt\MarketBatch::getCurrentBatch(); - if ($currBatchMeta) { + if (!$currBatchMeta) { $presaleInfo = array( 'batch_id' => 0, 'countdown' => 0,