From 09c384b9555c73b4ede759e2fdfe63dfe3afc7e9 Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 12 Jun 2009 11:55:31 +0000 Subject: [PATCH] =?UTF-8?q?#18069602=20*=20content=20=EC=9C=84=EC=A0=AF=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=ED=95=A0=20=EC=88=98=20=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95=20=20=20*=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=EB=AA=85=20=EC=98=A4=ED=83=80?= 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@6531 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/content/content.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/content/content.class.php b/widgets/content/content.class.php index 36d9c0eca..e0196085f 100644 --- a/widgets/content/content.class.php +++ b/widgets/content/content.class.php @@ -110,7 +110,7 @@ // 아무런 모듈도 검색되지 않았다면 종료 if(!count($args->modules_info)) return Context::get('msg_not_founded'); - $args->module_srl = implode(',',$module_srls); + $args->module_srls = implode(',', $module_srls); } /**