Page 1 of 1

Bug in include/functions_comments.inc.php

Posted: Sun Jan 11, 2015 11:43 pm
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);

Re: Bug in include/functions_comments.inc.php

Posted: Mon Jan 12, 2015 11:56 am
by Timbalu
It looks like you found a bug, Yes! Thank you.
We will include that to the upcoming 2.0 release.