diff --git a/modules/editor/components/naver_map/naver_map.class.php b/modules/editor/components/naver_map/naver_map.class.php index 572f439bf..6576de67e 100644 --- a/modules/editor/components/naver_map/naver_map.class.php +++ b/modules/editor/components/naver_map/naver_map.class.php @@ -139,7 +139,7 @@ settype($y,"int"); $zoom = Context::get('zoom'); - if(!$zoom) $zoom = 3; + if($zoom == '') $zoom = 3; settype($zoom,"int"); $marker = Context::get('marker');