From 5a18d668db9d30ca412b128021a8ac11132d3bd1 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 9 Jan 2009 11:41:44 +0000 Subject: [PATCH] =?UTF-8?q?category=20widget=EC=9D=98=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=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/sandbox@5305 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/category/category.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/category/category.class.php b/widgets/category/category.class.php index ead3a0962..671d0f5ee 100644 --- a/widgets/category/category.class.php +++ b/widgets/category/category.class.php @@ -29,7 +29,8 @@ } if($args->srl) $module_srl = $args->srl; - debugPrint($args); + + if(is_array($module_srl)) $module_srl = $module_srl[0]; // DocumentModel::getMonthlyArchivedList()를 이용하기 위한 변수 정리 $obj->module_srl = $module_srl;