Skip to content

Commit

Permalink
Remove extraneous space before mod username in report handled PM
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Aug 20, 2021
1 parent b6f3f99 commit a5dd2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/reportsv2/takeresolve.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
$message[] = "Message from {$LoggedUser['Username']}: $modNote";
}

$message[] = "Report was handled by [user] {$LoggedUser['Username']}[/user].";
$message[] = "Report was handled by [user]{$LoggedUser['Username']}[/user].";
$userMan->sendPM($uploaderId, 0, $rawName, implode("\n\n", $message));
}

Expand Down

0 comments on commit a5dd2a6

Please sign in to comment.