- Affected version
- 1.5.2
phpBB 3.3 introduced a soft-deletion feature for threads (
The importer code unfortunately treats every value > 0 as
				
			topics.topic_visibility = 2) & posts (posts.post_visibility = 2).The importer code unfortunately treats every value > 0 as
visible which causes soft-deleted threads & posts imported from phpBB to be normally visible in XenForo.