aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-07-11 19:20:45 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-07-11 19:24:40 +0200
commit773561f862e9cf4016a4176454e3fb59489259ac (patch)
treeebf927f8b8fd5835213a9f2986908132a3eb54be /phpBB/viewtopic.php
parentb2a65ac76db38e47c0644389ba737492ef6307f6 (diff)
downloadforums-773561f862e9cf4016a4176454e3fb59489259ac.tar
forums-773561f862e9cf4016a4176454e3fb59489259ac.tar.gz
forums-773561f862e9cf4016a4176454e3fb59489259ac.tar.bz2
forums-773561f862e9cf4016a4176454e3fb59489259ac.tar.xz
forums-773561f862e9cf4016a4176454e3fb59489259ac.zip
[ticket/10237] Handle watching and unwatching the same way.
Also add some information to the confirm-box (forum_name / topic title) PHPBB3-10237
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 08e82591de..8b081b4aec 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -488,7 +488,7 @@ $s_watching_topic = array(
if (($config['email_enable'] || $config['jab_enable']) && $config['allow_topic_notify'] && $user->data['is_registered'])
{
- watch_topic_forum('topic', $s_watching_topic, $user->data['user_id'], $forum_id, $topic_id, $topic_data['notify_status'], $start);
+ watch_topic_forum('topic', $s_watching_topic, $user->data['user_id'], $forum_id, $topic_id, $topic_data['notify_status'], $start, $topic_data['topic_title']);
// Reset forum notification if forum notify is set
if ($config['allow_forum_notify'] && $auth->acl_get('f_subscribe', $forum_id))