#18069602 * content 위젯 수정할 수 없는 문제 수정

* 변수명 오타

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6531 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-06-12 11:55:31 +00:00
parent 15259cb9e4
commit 09c384b955

View file

@ -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);
}
/**