From ca8da0d20c089342772e1f9e1f7961a8a938a5c7 Mon Sep 17 00:00:00 2001 From: "upfy@qq.com" Date: Sun, 6 Dec 2015 10:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=AE=9A=E4=B9=89bug?= 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 0acffa07..543080d4 100644 --- a/library/think/app.php +++ b/library/think/app.php @@ -216,7 +216,7 @@ class App * * @throws Exception */ - public static function dispatch($config) + public static function dispatch(&$config) { if (isset($_GET[$config['var_pathinfo']])) { // 判断URL里面是否有兼容模式参数