mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
[ticket/10237] Also display login-box on subscribing
PHPBB3-10237
This commit is contained in:
parent
773561f862
commit
d60ffdd55c
@ -1195,7 +1195,7 @@ function watch_topic_forum($mode, &$s_watching, $user_id, $forum_id, $topic_id,
|
||||
}
|
||||
else
|
||||
{
|
||||
if (isset($_GET['unwatch']) && $_GET['unwatch'] == $mode)
|
||||
if ((isset($_GET['unwatch']) && $_GET['unwatch'] == $mode) || (isset($_GET['watch']) && $_GET['watch'] == $mode))
|
||||
{
|
||||
login_box();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user