From 463f462e2487ef228d446dc29aedfea3f8ba1197 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 30 Jul 2018 01:47:33 +0900 Subject: [PATCH] =?UTF-8?q?j=5Fmap=5Fhistory=EC=97=90=EC=84=9C=20year?= =?UTF-8?q?=EA=B0=80=200=EC=9D=B8=20=EA=B2=BD=EC=9A=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_map_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/j_map_history.php b/hwe/j_map_history.php index 6cfd0d80..c2c24141 100644 --- a/hwe/j_map_history.php +++ b/hwe/j_map_history.php @@ -17,7 +17,7 @@ if(!strpos($_SERVER['HTTP_REFERER'], $url)) { ]); } -if(!$year || !$month) { +if($year === null || !$month) { Json::die([ 'result'=>false, 'reason'=>'year, month가 지정되지 않았습니다'