mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix the content of the error message
This commit is contained in:
parent
7532ee7687
commit
ac8a5338cb
2 changed files with 2 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ class boardView extends board
|
|||
}
|
||||
else
|
||||
{
|
||||
return new Object(-1, 'Target name error');
|
||||
return new Object(-1, 'msg_not_target');
|
||||
}
|
||||
|
||||
$output = executeQueryArray($queryId, $args);
|
||||
|
|
|
|||
|
|
@ -80,3 +80,4 @@ $lang->delete_placeholder = '완전 삭제';
|
|||
$lang->msg_document_notify_mail = '[%s] 새로운 게시글이 등록되었습니다 : %s';
|
||||
$lang->cmd_document_vote_user = '이 글의 추천인 목록';
|
||||
$lang->cmd_comment_vote_user = '이 댓글의 추천인 목록';
|
||||
$lang->msg_not_target = '문서 또는 댓글의 추천인목록만 조회가능합니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue