From 0ef4997f4867ae654351d96c8951c0c9abc7aa3c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 12 Jan 2016 14:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BTemplate=E7=B1=BB=E5=AF=B9?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=BA=93=E7=9A=84=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Template.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/think/Template.php b/library/think/Template.php index 9c5fdcc1..8a050558 100644 --- a/library/think/Template.php +++ b/library/think/Template.php @@ -538,7 +538,6 @@ class Template */ public function parseTagLib($tagLib, &$content, $hide = false) { - $tagLib = strtolower($tagLib); if (strpos($tagLib, '\\')) { // 支持指定标签库的命名空间 $className = $tagLib;