PDA

View Full Version : Bug report


Revan
02-13-2005, 04:38 PM
Bug in Warn.php line 158 (approx):

check_post($_GET['post'], $vboptions['warn_multiple_per_post']);
should be
check_post($_POST['post'], $vboptions['warn_multiple_per_post']);

Of course disregard the $vboptions, thats just my editing. The important part is the get be converted to post.

Forgot to mention Im running the latest version.

//out

sv1cec
02-14-2005, 06:47 AM
Bug in Warn.php line 158 (approx):

check_post($_GET['post'], $vboptions['warn_multiple_per_post']);
should be
check_post($_POST['post'], $vboptions['warn_multiple_per_post']);

Of course disregard the $vboptions, thats just my editing. The important part is the get be converted to post.

Forgot to mention Im running the latest version.

//out
Hmm, that's what I have in the file, _POST, not _GET.

And the only change I've made in that part of the file, was to remove an extra parenthesis, which got in there, when I was trying to use vbphrases. I'll check the zip for sure.

Rgds