#326 삭제된 게시글에 댓글을 등록할 경우 메시지 변경

This commit is contained in:
khongchi 2014-01-16 11:18:42 +09:00
parent eb2d12ee4c
commit 43f0e2d721

View file

@ -210,7 +210,7 @@ class boardController extends board
$oDocument = $oDocumentModel->getDocument($obj->document_srl);
if(!$oDocument->isExists())
{
return new Object(-1,'msg_not_permitted');
return new Object(-1,'msg_not_founded');
}
// For anonymous use, remove writer's information and notifying information