From 28d20f6447feed268828ff66f2a4203cd0ac69ae Mon Sep 17 00:00:00 2001 From: haneul Date: Sun, 31 Aug 2008 01:38:29 +0000 Subject: [PATCH] =?UTF-8?q?17199085=20contributed=20by=20=EB=B0=98?= =?UTF-8?q?=EB=8F=84=EC=B2=B4=EB=A7=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4477 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/board.view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/board/board.view.php b/modules/board/board.view.php index bcab62b3f..60839cc15 100644 --- a/modules/board/board.view.php +++ b/modules/board/board.view.php @@ -372,6 +372,7 @@ // 댓글이 없다면 오류 if(!$oSourceComment->isExists()) return $this->dispBoardMessage('msg_invalid_request'); + if($oSourceComment->get('document_srl') != Context::get('document_srl')) return $this->dispBoardMessage('meg_invalid_request'); // 대상 댓글을 생성 $oComment = $oCommentModel->getComment();