Navigation Menu

Skip to content

Commit

Permalink
Fragment to reach the appropriate PM from the link in to the notifica…
Browse files Browse the repository at this point in the history
…tion email - Thanks Illori for the report

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Jul 16, 2012
1 parent d6c41a9 commit 94402ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Subs-Post.php
Expand Up @@ -1138,7 +1138,7 @@ function sendpm($recipients, $subject, $message, $store_outbox = false, $from =
'SUBJECT' => $subject,
'MESSAGE' => $message,
'SENDER' => un_htmlspecialchars($from['name']),
'READLINK' => $scripturl . '?action=pm;pmsg=' . $id_pm,
'READLINK' => $scripturl . '?action=pm;pmsg=' . $id_pm . '#msg' . $id_pm,
'REPLYLINK' => $scripturl . '?action=pm;sa=send;f=inbox;pmsg=' . $id_pm . ';quote;u=' . $from['id'],
'TOLIST' => implode(', ', $to_names),
);
Expand Down

0 comments on commit 94402ce

Please sign in to comment.