From 3d43690303ce73412e3c1c33f273967e991e349c Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 00:22:26 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9B=88=EC=82=AC=2080=20=EB=AA=BB=20=EA=B3=A0?= =?UTF-8?q?=EC=B9=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/b_myPage.php b/hwe/b_myPage.php index 56a82064..8eb82ff7 100644 --- a/hwe/b_myPage.php +++ b/hwe/b_myPage.php @@ -10,8 +10,8 @@ $tnmt = Util::getReq('tnmt', 'int', 1); extractMissingPostToGlobals(); -if($mode < 0 || $mode > 1){ - $mode = 1; +if($mode < 0 || $mode > 2){ + $mode = 2; } if($tnmt < 0 || $tnmt > 1){