From 696941700463dce61c6984f87f66eed5cc1d967f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 16 May 2017 20:42:15 +0100 Subject: [PATCH] Fix concatenation error --- modules/feature-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-comments.php b/modules/feature-comments.php index f4fe941..a57cf0e 100644 --- a/modules/feature-comments.php +++ b/modules/feature-comments.php @@ -92,7 +92,7 @@ register_module([ if($thread_comment->id == $new_comment->id) continue; - $email_body = "Hello, {username}!\n" + + $email_body = "Hello, {username}!\n" . "It's $settings->sitename here, letting you know that " . "someone replied to your comment (or a reply to your comment) on $env->page.\n" . "\n" .