mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
블로그 카테고리 추가시 생기는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
79e5994890
commit
0fcc1fdb9b
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue