Ticket #1048 (open bug)
AP_Forum_cleanup does not always update post count
- Created: 2015-09-25 18:33:34
- Reported by: Lambertus
- Assigned to: None
- Milestone: None
- Component: plugins
- Priority: normal
The post count update function does not always update the post count in the special case where the new post count would be zero. This is because the user id will not be in the temporary table and hence not updated in the update query.
The simplest solution is here: http://fluxbb.org.ru/forum/viewtopic.ph … 419#p28419