diff --git a/library/think/View.php b/library/think/View.php index 5ec258e1..da087036 100644 --- a/library/think/View.php +++ b/library/think/View.php @@ -61,7 +61,6 @@ class View { if (is_array($name)) { $this->data = array_merge($this->data, $name); - return $this; } else { $this->data[$name] = $value; }