From 991b20073f1efaa1a8a219c4f88c10b82cd01efa Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 16 Dec 2015 08:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3url=E7=B1=BB=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=9C=B0=E5=9D=80=E4=B8=8D=E5=B8=A6=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E4=BC=AA=E9=9D=99=E6=80=81=E5=90=8E?= =?UTF-8?q?=E7=BC=80=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/url.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/think/url.php b/library/think/url.php index 818694cb..a62b9ec8 100644 --- a/library/think/url.php +++ b/library/think/url.php @@ -73,6 +73,8 @@ class Url } $url .= $suffix; } + } else { + $url .= $suffix; } if (!empty($anchor)) {