作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

托管成功短信提示

... ... @@ -29,7 +29,7 @@ class PageHtmlModel extends Model
*/
public function getContentAttr($value)
{
return htmlspecialchars(cmf_replace_content_file_url(htmlspecialchars_decode($value), true));
return cmf_replace_content_file_url(htmlspecialchars_decode($value));
}
public function findData($where){
$data = $this->where($where)->find();
... ...