diff --git a/i_other/help.php b/i_other/help.php index 7f88f271..02d337e4 100644 --- a/i_other/help.php +++ b/i_other/help.php @@ -4,7 +4,7 @@ namespace sammo; require(__dir__.'/../vendor/autoload.php'); WebUtil::setHeaderNoCache(); -$category = Util::getReq('category', 0); +$category = Util::getReq('category', 'int', 0); //FIXME: 겨우 category 구분을 위해 php를 써야하는가? JavaScript로 바꾸자 ?>