mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
1. 컨텐츠 위젯을 지울때 잘못된 요청이라는 메세지가 나타나지 않도록 수정
2. 위젯 제거후 위젯 설정 버튼이 나타나지 않는 문제 수정 3. 동영상등이 위젯 내용에 포함되었을 경우 동영상 컨텐츠를 살짝 내려 설정 버튼이 나타나도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5145 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9086bae05a
commit
61ab00b3a6
2 changed files with 31 additions and 11 deletions
|
|
@ -323,7 +323,7 @@
|
|||
$oDocumentController = &getController('document');
|
||||
|
||||
$oDocument = $oDocumentModel->getDocument($document_srl, true);
|
||||
if(!$oDocument->isExists()) return new Object(-1,'msg_invalid_request');
|
||||
if(!$oDocument->isExists()) return new Object();
|
||||
$module_srl = $oDocument->get('module_srl');
|
||||
|
||||
// 대상 페이지 모듈 정보 구함
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue