Update TagLib.php

修改getRegex为 public
This commit is contained in:
ThinkCMF
2017-03-03 14:01:48 +08:00
committed by GitHub
parent 584c1a38e0
commit c5d12b8da0

View File

@@ -190,7 +190,7 @@ class TagLib
* @param boolean $close 是否为闭合标签
* @return string
*/
private function getRegex($tags, $close)
public function getRegex($tags, $close)
{
$begin = $this->tpl->config('taglib_begin');
$end = $this->tpl->config('taglib_end');