mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 18:21:53 +02:00
Update Fake.php
测试发现,这个值是不需要的
This commit is contained in:
parent
247aa9e043
commit
632ac977ee
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user