mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
r17480054 임시 저장된 글을 불러올때 글의 module_srl이 회원번호라서 기본 에디터 스킨을 가져오는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4984 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9cfe6241aa
commit
c400e919b7
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@
|
|||
|
||||
$oDocument = $oDocumentModel->getDocument(0, $this->grant->manager);
|
||||
$oDocument->setDocument($document_srl);
|
||||
$oDocument->add('module_srl', $this->module_srl);
|
||||
|
||||
// 글을 수정하려고 할 경우 권한이 없는 경우 비밀번호 입력화면으로
|
||||
if($oDocument->isExists()&&!$oDocument->isGranted()) return $this->setTemplateFile('input_password_form');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue