aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-08-21 15:50:21 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-08-21 15:50:21 +0000
commit3a3b9eb8efe08f086bcbd1d88a34355e31df7650 (patch)
tree08305a29fb8ea7fac59c507187243436ac2827b4 /phpBB/includes/functions_posting.php
parent76a542a03e11db7fbe61e8c151f0d7f8124fd7d1 (diff)
downloadforums-3a3b9eb8efe08f086bcbd1d88a34355e31df7650.tar
forums-3a3b9eb8efe08f086bcbd1d88a34355e31df7650.tar.gz
forums-3a3b9eb8efe08f086bcbd1d88a34355e31df7650.tar.bz2
forums-3a3b9eb8efe08f086bcbd1d88a34355e31df7650.tar.xz
forums-3a3b9eb8efe08f086bcbd1d88a34355e31df7650.zip
merge
git-svn-id: file:///svn/phpbb/trunk@8776 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index d4b966c1df..e7219a3f63 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1267,8 +1267,8 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
'U_FORUM' => generate_board_url() . '/viewforum.' . PHP_EXT . "?f=$forum_id",
'U_TOPIC' => generate_board_url() . '/viewtopic.' . PHP_EXT . "?f=$forum_id&t=$topic_id",
'U_NEWEST_POST' => generate_board_url() . '/viewtopic.' . PHP_EXT . "?f=$forum_id&t=$topic_id&p=$post_id&e=$post_id",
- 'U_STOP_WATCHING_TOPIC' => generate_board_url() . '/viewtopic.' . PHP_EXT . "?f=$forum_id&t=$topic_id&unwatch=topic",
- 'U_STOP_WATCHING_FORUM' => generate_board_url() . '/viewforum.' . PHP_EXT . "?f=$forum_id&unwatch=forum",
+ 'U_STOP_WATCHING_TOPIC' => generate_board_url() . '/viewtopic.' . PHP_EXT . "?uid={$addr['user_id']}&f=$forum_id&t=$topic_id&unwatch=topic",
+ 'U_STOP_WATCHING_FORUM' => generate_board_url() . '/viewforum.' . PHP_EXT . "?uid={$addr['user_id']}&f=$forum_id&unwatch=forum",
));
$messenger->send($addr['method']);