1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-25 04:54:56 +00:00

Fix concatenation error

This commit is contained in:
Starbeamrainbowlabs 2017-05-16 20:42:15 +01:00
parent 367b6da149
commit 6969417004

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