diff options
Diffstat (limited to 'forum/utils')
-rw-r--r-- | forum/utils/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/utils/edit.php b/forum/utils/edit.php index d65d59e..20b5336 100644 --- a/forum/utils/edit.php +++ b/forum/utils/edit.php @@ -74,7 +74,7 @@ case "reply": $quote->add($post); $posts->thread->lastpost = time(); $posts->write(); - notify("forum", "New reply (quote): " . $FORUM_URL . "/?fid=". $fid . "&tid=" . $tid); + notify("forum", "New reply (quote) \"" . $title . "\": " . $FORUM_URL . "/?fid=". $fid . "&tid=" . $tid); } else { error("Message " . $pid . " not found!"); } |