mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
#326 삭제된 게시글에 댓글을 등록할 경우 메시지 변경
This commit is contained in:
parent
eb2d12ee4c
commit
43f0e2d721
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue