Avatar

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

by Micha ⌂, Saturday, September 07, 2019, 15:42 (1691 days ago) @ Magma

Hi,

please replace the two lines:

if ($entrydata['akismet_spam'] == 1 || $entrydata['b8_spam'] == 1)
 $display_spam_query_and = '';

by the changed lines:

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

Let me know, if it does not work as expected.

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

 RSS Feed of thread