Avatar

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

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

Hi,

I don't see the two lines exactly like that above, line 132-135 shows as

These are the original lines (see red lines in pull #509). Maybe, your file is not up to date...?!

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);

/Micha

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


Complete thread:

 RSS Feed of thread