board3 / Board3-Portal

Adds a portal with several blocks, which can be switched on and off via the ACP, to the front page of your phpBB 3 forums.
http://www.board3.de
GNU General Public License v2.0
30 stars 22 forks source link

Poll icon in all edited topics (news, announcements blocks) with phpBB 3.2 #694

Closed saint-hh closed 7 years ago

saint-hh commented 7 years ago

phpBB 3.2 seems to add <td></td> to all edited topics in the database poll question section. phpbb_topics --> poll_title Therefore the poll icon is popping up in all edited topics, even without poll, in the news and announcements blocks.

A working fix in fetch_posts.php - replace t.poll_title, with t.poll_start,