From 0fcc1fdb9ba0596cf8e88cbd13c2ff83010b1b08 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 27 Jul 2007 01:59:32 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B8=94=EB=A1=9C=EA=B7=B8=20=EC=B9=B4?= =?UTF-8?q?=ED=85=8C=EA=B3=A0=EB=A6=AC=20=EC=B6=94=EA=B0=80=EC=8B=9C=20?= =?UTF-8?q?=EC=83=9D=EA=B8=B0=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2046 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/blog.model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/blog/blog.model.php b/modules/blog/blog.model.php index 8ffd670d1..e7fe3e561 100644 --- a/modules/blog/blog.model.php +++ b/modules/blog/blog.model.php @@ -39,6 +39,7 @@ * 이 정보중에 group_srls의 경우는 , 로 연결되어 들어가며 사용시에는 explode를 통해 array로 변환 시킴 **/ function getCategoryInfo($category_srl) { + if(!$category_srl) return; // category_srl이 있으면 해당 메뉴의 정보를 가져온다 $args->category_srl= $category_srl; $output = executeQuery('blog.getCategoryInfo', $args);