From 20d7e005a084b871fc5f5f7f460c75437ff0188e Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 02:34:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=9B=80=EB=A7=90=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i_other/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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로 바꾸자 ?>