...
|
...
|
@@ -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();
|
...
|
...
|
|