diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index 147131ba..57e2e19d 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -21,7 +21,7 @@ class Info_amp extends CI_Controller $json = $this->input->post('json'); $html = $this->input->post('html'); $status = $this->input->post('status'); - if ($icid && $json && $html && $status) { + if ($icid && $json && $html) { try { //html $meta = $this->InfoMetas_model->get($icid, 'AMP');