From 2061588c4909d1de8877020092a5c17d9c1f334f Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 2 Dec 2016 19:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BValidate=E7=B1=BB=E7=9A=84fie?= =?UTF-8?q?ld=E5=B1=9E=E6=80=A7=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Validate.php b/library/think/Validate.php index ac2f1925..675af8f5 100644 --- a/library/think/Validate.php +++ b/library/think/Validate.php @@ -115,7 +115,7 @@ class Validate { $this->rule = array_merge($this->rule, $rules); $this->message = array_merge($this->message, $message); - $this->field = $field; + $this->field = array_merge($this->field, $field); } /**