mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 34 forks source link

Post module issues with double header showing and `rebuild_thread_counters` bug #251

Closed JordanMussi closed 4 years ago

JordanMussi commented 4 years ago

225

  1. In the cleanup() of the posts module, set the output header only if it's not been set, to avoid double headers appear.
  2. Still in the cleanup() of the posts module, fix the the internal progress indicator to make rebuild_thread_counters() working correctly.