mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
- introducing read/unread images in the MCP, if you view something through the MCP it will not update the "read" status of a post/topic/forum [includes Bug #6796]
git-svn-id: file:///svn/phpbb/trunk@6936 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -145,7 +145,7 @@ class mcp_main
|
||||
|
||||
$forum_id = request_var('f', 0);
|
||||
|
||||
$forum_info = get_forum_data($forum_id, 'm_');
|
||||
$forum_info = get_forum_data($forum_id, 'm_', true);
|
||||
|
||||
if (!sizeof($forum_info))
|
||||
{
|
||||
|
Reference in New Issue
Block a user