diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-21 13:04:46 -0800 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-21 13:04:46 -0800 |
| commit | 7c1c8708523ea243048c6e96606763d8df5876e3 (patch) | |
| tree | cf5bb1030b6cbb7fd7a745ce72e57eb3e217f63a /phpBB/phpbb | |
| parent | 46994e8dfbb3a50aeeb5b02cf850f8a7630b9e95 (diff) | |
| parent | 44b6f45759485cc33bb71ff50a715f39a8d60089 (diff) | |
| download | forums-7c1c8708523ea243048c6e96606763d8df5876e3.tar forums-7c1c8708523ea243048c6e96606763d8df5876e3.tar.gz forums-7c1c8708523ea243048c6e96606763d8df5876e3.tar.bz2 forums-7c1c8708523ea243048c6e96606763d8df5876e3.tar.xz forums-7c1c8708523ea243048c6e96606763d8df5876e3.zip | |
Merge pull request #1881 from prototech/ticket/11484
[ticket/11484] Display login box for users following email notification link.
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/notification/type/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php index 9d5c7b0a4c..c0ef184a19 100644 --- a/phpBB/phpbb/notification/type/post.php +++ b/phpBB/phpbb/notification/type/post.php @@ -234,7 +234,7 @@ class post extends \phpbb\notification\type\base 'TOPIC_TITLE' => htmlspecialchars_decode(censor_text($this->get_data('topic_title'))), 'U_VIEW_POST' => generate_board_url() . "/viewtopic.{$this->php_ext}?p={$this->item_id}#p{$this->item_id}", - 'U_NEWEST_POST' => generate_board_url() . "/viewtopic.{$this->php_ext}?f={$this->get_data('forum_id')}&t={$this->item_parent_id}&view=unread#unread", + 'U_NEWEST_POST' => generate_board_url() . "/viewtopic.{$this->php_ext}?f={$this->get_data('forum_id')}&t={$this->item_parent_id}&e=1&view=unread#unread", 'U_TOPIC' => generate_board_url() . "/viewtopic.{$this->php_ext}?f={$this->get_data('forum_id')}&t={$this->item_parent_id}", 'U_VIEW_TOPIC' => generate_board_url() . "/viewtopic.{$this->php_ext}?f={$this->get_data('forum_id')}&t={$this->item_parent_id}", 'U_FORUM' => generate_board_url() . "/viewforum.{$this->php_ext}?f={$this->get_data('forum_id')}", |
