mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'k0nsl-ticket/12677' into develop-ascraeus
* k0nsl-ticket/12677: [ticket/12677] Replace ‘thread’ with ‘topic’ in functions_display comment
This commit is contained in:
commit
223c8c4784
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
$u_url .= ($mode == 'forum') ? '&f' : '&f=' . $forum_id . '&t';
|
||||||
$is_watching = 0;
|
$is_watching = 0;
|
||||||
|
|
||||||
// Is user watching this thread?
|
// Is user watching this topic?
|
||||||
if ($user_id != ANONYMOUS)
|
if ($user_id != ANONYMOUS)
|
||||||
{
|
{
|
||||||
$can_watch = true;
|
$can_watch = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue