From c772c23cd83d0884907e60935e018abab144ad44 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 23 Apr 2016 17:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Url.php b/library/think/Url.php index 39dec448..c6c7fbfc 100644 --- a/library/think/Url.php +++ b/library/think/Url.php @@ -26,7 +26,7 @@ class Url */ public static function build($url = '', $vars = '', $suffix = true, $domain = false) { - if (fale === $domain && Config::get('url_domain_deploy')) { + if (false === $domain && Config::get('url_domain_deploy')) { $domain = true; } // 解析URL