j_map_history에서 year가 0인 경우
This commit is contained in:
@@ -17,7 +17,7 @@ if(!strpos($_SERVER['HTTP_REFERER'], $url)) {
|
||||
]);
|
||||
}
|
||||
|
||||
if(!$year || !$month) {
|
||||
if($year === null || !$month) {
|
||||
Json::die([
|
||||
'result'=>false,
|
||||
'reason'=>'year, month가 지정되지 않았습니다'
|
||||
|
||||
Reference in New Issue
Block a user