master
LMR 2 years ago
parent 2d9fc3286b
commit 0b707063c5

@ -227,7 +227,8 @@ class infofix extends CI_Controller
{
$ic_id = $this->input->get_post('ic_id');
$ic_content = $this->input->get_post('ic_content');
$this->infoContents_model->force_update($ic_id, $ic_content);
$rs = $this->infoContents_model->force_update($ic_id, $ic_content);
echo json_encode($rs);
}
/**

Loading…
Cancel
Save