From b7eb24749f5f1398607558a569221b518b39ae8e Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 2 Mar 2017 11:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/App.php b/library/think/App.php index 06b3ced8..0d97aa11 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -253,7 +253,7 @@ class App * @param string $type * @return array */ - private static function getParamValue($param, $vars, $type) + private static function getParamValue($param, &$vars, $type) { $name = $param->getName(); $class = $param->getClass();