훈사 80 못 고치는 버그 수정

This commit is contained in:
2018-04-19 00:22:26 +09:00
parent 938c819e9a
commit 3d43690303
+2 -2
View File
@@ -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){