mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 03:22:10 +09:00
위젯 추가/ 수정시 뜨는 팝업창에 레이아웃이 같이 나오는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5839 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95b772cb32
commit
65b142f786
2 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
|
||||
// 문서번호(document_srl)가 있을 경우 모듈 정보를 구해옴
|
||||
if($this->document_srl) {
|
||||
if($this->document_srl && !$this->module) {
|
||||
$module_info = $oModuleModel->getModuleInfoByDocumentSrl($this->document_srl);
|
||||
|
||||
// 문서가 존재하지 않으면 문서 정보를 제거
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue