PDA

View Full Version : [Fixed] Bug in newthread.php



MiF
Sat 27th Apr '02, 1:39pm
if ($permissions[canpostpoll]) {
eval("\$postpolloption = \"".gettemplate("newthread_postpoll")."\";");
} else {
$postpolloptions="";
}


Note in the else clause $postpolloptions should be singular ($postpolloption).

I am pretty sure I have the 2.2.5 version of the file.

eva2000
Sat 27th Apr '02, 3:53pm
moved to bug forum for clarification by a vB developer :)

Freddie Bingham
Thu 2nd May '02, 12:41pm
Yes the s should be removed.