From 8974a5d12027796b18ffd5e2eeeb38ece57069c2 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 14 Sep 2016 17:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BView=E7=B1=BB=E7=9A=84assign?= =?UTF-8?q?=E6=96=B9=E6=B3=95=20=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/View.php | 1 - 1 file changed, 1 deletion(-) 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; }