mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
#375 이모티콘 에디터 컴포넌트 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3536 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
879b843808
commit
69a0c59838
11 changed files with 78 additions and 72 deletions
|
|
@ -130,7 +130,7 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
|
||||
// 만약 module_srl이 , 로 연결되어 있다면 일괄 정보 수정으로 처리
|
||||
if(preg_match('/^([0-9,]+)$/',Context::get('module_srl'))) {
|
||||
if(strpos(Context::get('module_srl'),',')!==false) {
|
||||
// 대상 모듈들을 구해옴
|
||||
$modules = $oModuleModel->getModulesInfo(Context::get('module_srl'));
|
||||
$args = Context::getRequestVars();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue