From c006e281cb9f963c664e9a590efd76908ab16286 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 19 May 2016 16:06:35 +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/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Request.php b/library/think/Request.php index 1377cb0c..f7aff0db 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -209,7 +209,7 @@ class Request * @param string $url URL地址 * @return string */ - public function baeUrl($url = '') + public function baseUrl($url = '') { if (!empty($url)) { $this->baseUrl = $url;