提交 9b70cce5 编写于 作者: huangxuan258's avatar huangxuan258

修复后台问题管理发布回答如果插入图片等附件前端不能正常显示问题

上级 07160d8d
......@@ -30,7 +30,7 @@ class Admin_question extends ADMIN_Controller {
*/
function addanswer(){
$qid=intval($_POST['qid']);
$content=addslashes($_POST['content']);
$content=$_POST['content'];
$author=addslashes($_POST['author']);
$question=$this->db->get_where('question',array('id'=>$qid))->row_array();
if(!$question){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册