tp内核更新至正式版
This commit is contained in:
@@ -61,7 +61,6 @@ class View
|
||||
{
|
||||
if (is_array($name)) {
|
||||
$this->data = array_merge($this->data, $name);
|
||||
return $this;
|
||||
} else {
|
||||
$this->data[$name] = $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user