...
|
...
|
@@ -180,7 +180,7 @@ class ProductController extends HomeBaseController{ |
|
|
foreach ($data as $key => $value) {
|
|
|
$value['content'] = cmf_replace_content_file_url(htmlspecialchars_decode($value['content']));
|
|
|
}
|
|
|
dump($data);die;
|
|
|
|
|
|
|
|
|
return json_encode($data);
|
|
|
|
...
|
...
|
|