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(). "\" "; }