mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
blog모ëìì dispBoard*를 í¸ì¶íë ì못ë ì½ë ìì
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac5de39b31
commit
9c4b90eee7
1 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@
|
|||
**/
|
||||
function dispBlogDelete() {
|
||||
// 권한 체크
|
||||
if(!$this->grant->write_document) return $this->dispBoardMessage('msg_not_permitted');
|
||||
if(!$this->grant->write_document) return $this->dispBlogMessage('msg_not_permitted');
|
||||
|
||||
// 삭제할 문서번호를 가져온다
|
||||
$document_srl = Context::get('document_srl');
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
}
|
||||
|
||||
// 삭제하려는 글이 없으면 에러
|
||||
if(!$oDocument->isExists()) return $this->dispBoardContent();
|
||||
if(!$oDocument->isExists()) return $this->dispBlogContent();
|
||||
|
||||
// 권한이 없는 경우 비밀번호 입력화면으로
|
||||
if(!$oDocument->isGranted()) return $this->setTemplateFile('input_password_form');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue