mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-08 19:03:02 +02:00
Merge branch '3.1.x'
* 3.1.x: [ticket/10711] Duplicate key error on forum_tracks_table
This commit is contained in:
@ -686,6 +686,10 @@ function markread($mode, $forum_id = false, $topic_id = false, $post_time = 0, $
|
||||
{
|
||||
$forum_id = array($forum_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
$forum_id = array_unique($forum_id);
|
||||
}
|
||||
|
||||
/* @var $phpbb_notifications \phpbb\notification\manager */
|
||||
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
||||
|
Reference in New Issue
Block a user