Fixed Report Comments Not Displayed For Deleted Users

digitalpoint

Well-known member
Licensed customer
The join in the query within XenForo_Model_Report::getReportComments() method causes report comments to disappear (even though they still exist) if the user making the comment isn't in the system any longer.

Changing the "INNER JOIN" to "LEFT JOIN" fixes it.
 
Back
Top Bottom