mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
新增视图变量输出默认过滤方法
This commit is contained in:
@@ -317,7 +317,7 @@ class TagLib
|
||||
$name = '$' . $name;
|
||||
}
|
||||
$this->tpl->parseVar($name);
|
||||
$this->tpl->parseVarFunction($name);
|
||||
$this->tpl->parseVarFunction($name, false);
|
||||
return $name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user