diff --git a/phpBB/posting.php b/phpBB/posting.php index e188da8ffb..724d8a8df1 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -104,6 +104,7 @@ switch ($mode) trigger_error('NO_POST'); } + // Need to update session forum_id to valid value for proper viewonline information if (!$forum_id) { $user->page['forum'] = (int) $topic_forum['forum_id'];