mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/12677] Replace ‘thread’ with ‘topic’ in functions_display comment
PHPBB3-12677
This commit is contained in:
parent
5e9cb35457
commit
4d3fcd19ac
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user