Discuz! X1.5 Release
110121 中的分類信息的字段如果設置了最大字符數,在發帖時超過最大字符數後會有 JS 的提示,但仍可以提交,此處為
source/function/function_threadsort.php 中的 threadsort_validator 函數中出現的
Bug 。
臨時解決辦法為:
在 source/function/function_threadsort.php 文件 451 行附近找到:
- strlen($typeoption[$var])
修改為
- strlen($sortoption[$var])