diff --git a/var/Typecho/Widget/Helper/Form/Element/Fake.php b/var/Typecho/Widget/Helper/Form/Element/Fake.php index 248d9356..89f76cab 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, $options); + $this->input = $this->input($name, $value); /** 初始化表单值 */ if (NULL !== $value) {