AgenturPottkinder / typo3_forum

An Extbase-based TYPO3 Extension which is called typo3_forum
http://www.mittwald.de
GNU General Public License v2.0
35 stars 54 forks source link

[BUGFIX] Calculate post_count for all topics correctly #357

Closed sgrossberndt closed 3 years ago

sgrossberndt commented 4 years ago

Simplify and fix updating the number of posts per topic by updating each topic separately instead of collecting all topics with the same post_count and updating those in one update query (with a bug in the loop).

Fixes #356