From 38d183a6467cce6c886c39f1ca519f0c2141eb3d Mon Sep 17 00:00:00 2001 From: "lmr@hainatravel.com" <59361885@qq.com> Date: Fri, 23 Feb 2018 14:53:59 +0800 Subject: [PATCH] fix amp v3 --- application/controllers/info_amp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');