mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
댓글에 게시글 작성자가 댓글을 남길경우 댓글을 남긴 모든 회원에게 알림
This commit is contained in:
parent
b94105bc0c
commit
d2bbe769d4
5 changed files with 62 additions and 4 deletions
|
|
@ -567,6 +567,10 @@ class ncenterliteModel extends ncenterlite
|
|||
case 'I':
|
||||
$str = sprintf(lang('ncenterlite_insert_member_message'), $notification->target_nick_name);
|
||||
break;
|
||||
|
||||
case 'G':
|
||||
$str = sprintf(lang('ncenterlite_insert_comment_all_message'), $notification->target_nick_name, $notification->target_summary);
|
||||
break;
|
||||
|
||||
// Other.
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue