mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/8616] Include old U_INBOX var for BC
PHPBB3-8616
This commit is contained in:
parent
39f6d58315
commit
2b3effb13c
1 changed files with 3 additions and 2 deletions
|
@ -1688,8 +1688,9 @@ function pm_notification($mode, $author, $recipients, $subject, $message, $msg_i
|
||||||
'AUTHOR_NAME' => htmlspecialchars_decode($author),
|
'AUTHOR_NAME' => htmlspecialchars_decode($author),
|
||||||
'USERNAME' => htmlspecialchars_decode($addr['name']),
|
'USERNAME' => htmlspecialchars_decode($addr['name']),
|
||||||
|
|
||||||
'U_VIEW_MESSAGE' => generate_board_url() . "/ucp.$phpEx?i=pm&mode=view&p=$msg_id")
|
'U_INBOX' => generate_board_url() . "/ucp.$phpEx?i=pm&folder=inbox",
|
||||||
);
|
'U_VIEW_MESSAGE' => generate_board_url() . "/ucp.$phpEx?i=pm&mode=view&p=$msg_id",
|
||||||
|
));
|
||||||
|
|
||||||
$messenger->send($addr['method']);
|
$messenger->send($addr['method']);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue