mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1269 use browser title, not mid, in new comment notification
This commit is contained in:
parent
aa120f7f6d
commit
16b6b69276
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ class commentController extends comment
|
|||
// If there is no problem to register comment then send an email to all admin were set in module admin panel
|
||||
if($module_info->admin_mail && $member_info->is_admin != 'Y')
|
||||
{
|
||||
$mail_title = sprintf(lang('msg_comment_notify_mail'), Context::get('mid'), cut_str($oDocument->getTitleText(), 20, '...'));
|
||||
$mail_title = sprintf(lang('msg_comment_notify_mail'), $module_info->browser_title, cut_str($oDocument->getTitleText(), 20, '...'));
|
||||
$url_comment = getFullUrl('','document_srl',$obj->document_srl).'#comment_'.$obj->comment_srl;
|
||||
if($using_validation)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue