问题涉及:
http://www.molyx.com/showthread.php?t=1964
问题修正:
打开newpoll.php文件
查找60行
:
$poll = isset($_INPUT['polloptions']) ? $forums->func->htmlspecialchars_uni($forums->func->stripslashes_uni($_INPUT['polloptions'])) : "";
替换为:
:
$poll = $forums->func->htmlspecialchars_uni($forums->func->stripslashes_uni($_POST['polloptions']));