Avatar

Seeing other user's spam posts - Solved (Bugs)

by Magma, Saturday, September 07, 2019, 19:29 (1693 days ago) @ Micha

if ($entrydata['spam'] == 1)
$display_spam_query_and = '';

Replace it by

if ($entrydata['spam'] == 1 && isset($id))
$display_spam_query_and .= " OR `ft`.`id` = " . intval($id);


I will just replace these then

Thanks


Complete thread:

 RSS Feed of thread