From 4d3fcd19ac020b8bcb8e170e4fa2067d2c4501a9 Mon Sep 17 00:00:00 2001 From: Knecht Ruprecht Date: Mon, 9 Jun 2014 11:07:02 +0200 Subject: [PATCH] =?UTF-8?q?[ticket/12677]=20Replace=20=E2=80=98thread?= =?UTF-8?q?=E2=80=99=20with=20=E2=80=98topic=E2=80=99=20in=20functions=5Fd?= =?UTF-8?q?isplay=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHPBB3-12677 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index ea5ff08c01..03996f9fc2 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1157,7 +1157,7 @@ function watch_topic_forum($mode, &$s_watching, $user_id, $forum_id, $topic_id, $u_url .= ($mode == 'forum') ? '&f' : '&f=' . $forum_id . '&t'; $is_watching = 0; - // Is user watching this thread? + // Is user watching this topic? if ($user_id != ANONYMOUS) { $can_watch = true;