삭제 할때 옵션여부의 동작을 인식하여 휴지통 기능을 실행하도록 개선

This commit is contained in:
BJRambo 2017-03-07 08:34:04 +09:00
parent 9886c92d2b
commit aefecb203c
3 changed files with 19 additions and 12 deletions

View file

@ -56,3 +56,4 @@ $lang->msg_admin_deleted_comment = '관리자가 삭제한 댓글입니다.';
$lang->msg_no_text_comment = '글자가 없는 댓글입니다.';
$lang->msg_comment_notify_mail = '[%s] 새로운 댓글이 등록되었습니다 : %s';
$lang->msg_admin_comment_no_move_to_trash = '최고관리자의 댓글을 휴지통으로 이동시킬 권한이 없습니다.';
$lang->msg_module_srl_not_exists = '모듈 번호가 존재하지 않습니다.';