From 7b0fa95ad6fa68cd5a652b2fb5151222357ad199 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 7 Jan 2016 08:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3route=E7=B1=BBcheck=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Route.php b/library/think/Route.php index 574de07d..7da831de 100644 --- a/library/think/Route.php +++ b/library/think/Route.php @@ -271,7 +271,7 @@ class Route if (!empty(self::$bind['type'])) { // 如果有URL绑定 则进行绑定检测 switch (self::$bind['type']) { - case 'clsss': + case 'class': // 绑定到类 $array = explode('/', $url, 2); if (isset($array[1])) {