Tests pending pull requests
Build: #5232 was successful Manual run by Build Robot
Code commits
phpBB Ascraeus
-
Andreas Fischer <bantu@phpbb.com> 89f7fc63e8713aa6c332dce5e77df6112af8d635
Merge pull request #3703 from javiexin/ticket/10711
[ticket/10711] Duplicate key error on forum_tracks_table
* javiexin/ticket/10711:
[ticket/10711] Duplicate key error on forum_tracks_table -
javiexin <javiexin@gmail.com> 7b026eff7980535488fb60e9ecee45e3eb3ac819
[ticket/10711] Duplicate key error on forum_tracks_table
In certain situations, an SQL error DUPLICATE ERROR for KEY 'PRIMARY'
in the forums_track table is produced when marking forums read
(viewforum.php?f=xx&mark=forums).
The problem happens when there are duplicates in the forum_id array.
The solution is to remove those duplicates.
PHPBB3-10711- phpBB/includes/functions.php (version 7b026eff7980535488fb60e9ecee45e3eb3ac819)