Update Fake.php

测试发现,这个值是不需要的
This commit is contained in:
xyuanmu 2018-12-22 12:05:02 +08:00 committed by GitHub
parent 247aa9e043
commit 632ac977ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {