Merge pull request #528 from thinkcmf/master

修改标签库 方法getRegex private为public
This commit is contained in:
ThinkPHP
2017-03-03 22:38:12 +08:00
committed by GitHub

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');