正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -116,7 +116,7 @@ class ListController extends HomeBaseController | @@ -116,7 +116,7 @@ class ListController extends HomeBaseController | ||
116 | 116 | ||
117 | $id = Db::name('portal_category_post') -> where('category_id',$path[2]) -> find(); | 117 | $id = Db::name('portal_category_post') -> where('category_id',$path[2]) -> find(); |
118 | $wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find(); | 118 | $wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find(); |
119 | - $wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wh_data['post_content'])); | 119 | + $wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wz_data['post_content'])); |
120 | $this -> assign('zuixin',$wz_data); | 120 | $this -> assign('zuixin',$wz_data); |
121 | $this -> assign('category',$category['id']); | 121 | $this -> assign('category',$category['id']); |
122 | 122 |
-
请 注册 或 登录 后发表评论