mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
fix Undefined variable: options in Fake.php
This commit is contained in:
parent
9f8491076f
commit
247aa9e043
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user