Fix concatenation error

This commit is contained in:
Starbeamrainbowlabs 2017-05-16 20:42:15 +01:00
parent 367b6da149
commit 6969417004
1 changed files with 1 additions and 1 deletions

View File

@ -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" .