블로그 카테고리 추가시 생기는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-27 01:59:32 +00:00
parent 79e5994890
commit 0fcc1fdb9b

View file

@ -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);