mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 18:41:52 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12677] Replace ‘thread’ with ‘topic’ in functions_display comment
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user