Commit 39f7a44f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix comment author in comment notification e-mail.

Previously the receiver of comment was used in place of the actual
author.
parent 37f4b8b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ Mailer.prototype = {
            to: user.email,
            subject: "Comment on '" + title + "'",
            text: [
                "A comment by " + user.username + " on '" + title + "' was posted on the Sencha Documentation:\n",
                "A comment by " + this.comment.username + " on '" + title + "' was posted on the Sencha Documentation:\n",
                this.comment.content + "\n",
                "--",
                "Original thread: " + this.threadUrl