binscut - 2006-11-21

我用的是Bugzilla 版本 2.20.3
在增加模块时会出现错误提示:
Software error:
Undef to trick_taint at Bugzilla/Util.pm line 63
Bugzilla::Util::trick_taint('undef') called at /path/to/bugzilla/editcomponents.cgi line 344
解决方法:template/cn/default/admin/components/create.html.tmpl 修改78行为
<input type="hidden" name='nonopen_name' value='All Closed'>