From 1bfe3740ffc7fc3038822e67e0d548c75cbb1b02 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 5 Dec 2024 01:28:52 +0900 Subject: [PATCH] Clean up admin notification email format https://xetown.com/questions/1847092 --- modules/comment/comment.controller.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index 538f0a4d1..04c515197 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -890,10 +890,13 @@ class CommentController extends Comment Author: " . $member_info->nick_name . "
Author e-mail: " . $member_info->email_address . "
From : " . $url_comment . " +

Comment:
\"" . $obj->content . "\" +

Document: -
\"" . $oDocument->getContentText(). "\" +
\"" . $oDocument->getTitleText(). "\" +
\"" . $oDocument->getContentPlainText(). "\"

Approve it: " . $url_approve . " @@ -908,10 +911,13 @@ class CommentController extends Comment Author: " . $member_info->nick_name . "
Author e-mail: " . $member_info->email_address . "
From : " . $url_comment . " +

Comment:
\"" . $obj->content . "\" +

Document: -
\"" . $oDocument->getContentText(). "\" +
\"" . $oDocument->getTitleText(). "\" +
\"" . $oDocument->getContentPlainText(). "\" "; }