r6531 되돌림 * 근본적인 문제 해결 필요

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6532 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-06-12 12:19:14 +00:00
parent 09c384b955
commit 921fcd1190

View file

@ -110,7 +110,7 @@
// 아무런 모듈도 검색되지 않았다면 종료
if(!count($args->modules_info)) return Context::get('msg_not_founded');
$args->module_srls = implode(',', $module_srls);
$args->module_srl = implode(',',$module_srls);
}
/**