diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-10-13 19:28:46 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-10-13 19:28:46 +0200 |
commit | 39f6d583150bcd25ff7a780686ebd9c5d933b99e (patch) | |
tree | 38c6ddf20be246615b130d76fe46795f50c5b4cf /phpBB/includes | |
parent | f7c1341402ea47cc33ac183421485db3efd7ea15 (diff) | |
download | forums-39f6d583150bcd25ff7a780686ebd9c5d933b99e.tar forums-39f6d583150bcd25ff7a780686ebd9c5d933b99e.tar.gz forums-39f6d583150bcd25ff7a780686ebd9c5d933b99e.tar.bz2 forums-39f6d583150bcd25ff7a780686ebd9c5d933b99e.tar.xz forums-39f6d583150bcd25ff7a780686ebd9c5d933b99e.zip |
[ticket/8616] Rename U_INBOX to U_VIEW_MESSAGE
PHPBB3-8616
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_privmsgs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index a857109466..b34b742d57 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -1688,7 +1688,7 @@ function pm_notification($mode, $author, $recipients, $subject, $message, $msg_i 'AUTHOR_NAME' => htmlspecialchars_decode($author), 'USERNAME' => htmlspecialchars_decode($addr['name']), - 'U_INBOX' => generate_board_url() . "/ucp.$phpEx?i=pm&mode=view&p=$msg_id") + 'U_VIEW_MESSAGE' => generate_board_url() . "/ucp.$phpEx?i=pm&mode=view&p=$msg_id") ); $messenger->send($addr['method']); |