mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
Update TagLib.php
修改getRegex为 public
This commit is contained in:
@@ -190,7 +190,7 @@ class TagLib
|
|||||||
* @param boolean $close 是否为闭合标签
|
* @param boolean $close 是否为闭合标签
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function getRegex($tags, $close)
|
public function getRegex($tags, $close)
|
||||||
{
|
{
|
||||||
$begin = $this->tpl->config('taglib_begin');
|
$begin = $this->tpl->config('taglib_begin');
|
||||||
$end = $this->tpl->config('taglib_end');
|
$end = $this->tpl->config('taglib_end');
|
||||||
|
|||||||
Reference in New Issue
Block a user