mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
FTP 정보 입력 메세지에서 잘못 오해될 부분 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4543 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
25316a9ffd
commit
a0dc8f741f
9 changed files with 1 additions and 9 deletions
|
|
@ -372,7 +372,7 @@
|
|||
|
||||
// 댓글이 없다면 오류
|
||||
if(!$oSourceComment->isExists()) return $this->dispBoardMessage('msg_invalid_request');
|
||||
if(Context::get('document_srl') && $oSourceComment->get('document_srl') != Context::get('document_srl')) return $this->dispBoardMessage('meg_invalid_request');
|
||||
if(Context::get('document_srl') && $oSourceComment->get('document_srl') != Context::get('document_srl')) return $this->dispBoardMessage('msg_invalid_request');
|
||||
|
||||
// 대상 댓글을 생성
|
||||
$oComment = $oCommentModel->getComment();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue