누락된 getReq 추가. 버그 수정

This commit is contained in:
2018-04-14 02:42:58 +09:00
parent a03d2cee63
commit b797bab7e0
13 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ if($session->userGrade < 5) {
}
$btn = Util::getReq('btn');
$genlist = Util::getReq('genlist', 'int');
$genlist = Util::getReq('genlist', 'array_int');
extractMissingPostToGlobals();