Bug in include/functions_comments.inc.php

Found a bug? Tell us!!
Post Reply
berberic
Posts: 3
Joined: Fri May 16, 2014 1:47 pm

Bug in include/functions_comments.inc.php

Post by berberic »

deleting comments does nor work for “normal” users.
Am I right, that in include/functions_comments.inc.php line 449, it has to be

WHERE id = ". $entry_id, true);

instead of

WHERE entry_id = ". $entry_id, true);
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Bug in include/functions_comments.inc.php

Post by Timbalu »

It looks like you found a bug, Yes! Thank you.
We will include that to the upcoming 2.0 release.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply