mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
A small fix to allow unread messages to be viewed from the screen linked to in the header instead of disappearing to the inbox :-)
git-svn-id: file:///svn/phpbb/trunk@5448 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1e494c6d7e
commit
4266570145
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function view_folder($id, $mode, $folder_id, $folder, $type)
|
|||
|
||||
// Generate all URIs ...
|
||||
$message_author = "<a href=\"{$phpbb_root_path}memberlist.$phpEx$SID&mode=viewprofile&u=" . $row['author_id'] . '">' . $row['username'] . '</a>';
|
||||
$view_message_url = "$url&i=$id&mode=$mode&f=$folder_id&p=$message_id";
|
||||
$view_message_url = "$url&i=$id&mode=view&f=$folder_id&p=$message_id";
|
||||
$remove_message_url = "$url&i=compose&action=delete&p=$message_id";
|
||||
|
||||
$row_indicator = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue