diff --git a/var/Typecho/Widget/Helper/Form/Element/Fake.php b/var/Typecho/Widget/Helper/Form/Element/Fake.php index 89f76cab..3bbf128f 100644 --- a/var/Typecho/Widget/Helper/Form/Element/Fake.php +++ b/var/Typecho/Widget/Helper/Form/Element/Fake.php @@ -37,7 +37,7 @@ class Typecho_Widget_Helper_Form_Element_Fake extends Typecho_Widget_Helper_Form $this->init(); /** 初始化表单项 */ - $this->input = $this->input($name, $value); + $this->input = $this->input($name); /** 初始化表单值 */ if (NULL !== $value) {