mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修改标签库的方法命名 取消 import标签
This commit is contained in:
@@ -672,7 +672,7 @@ class Template
|
||||
*/
|
||||
public function parseTagLib($tagLib, &$content, $hide = false)
|
||||
{
|
||||
if (strpos($tagLib, '\\')) {
|
||||
if (false !== strpos($tagLib, '\\')) {
|
||||
// 支持指定标签库的命名空间
|
||||
$className = $tagLib;
|
||||
$tagLib = substr($tagLib, strrpos($tagLib, '\\') + 1);
|
||||
|
||||
Reference in New Issue
Block a user