|
|
|
@ -2087,7 +2087,7 @@ class Information extends CI_Controller
|
|
|
|
|
case 'ru':
|
|
|
|
|
case 'jp':
|
|
|
|
|
$information = $this->Information_model->Detail($url);
|
|
|
|
|
$meta_pc_amp = get_meta($information->ic_id, 'AMP_BODY_PC_STATUS');
|
|
|
|
|
$meta_pc_amp = @get_meta($information->ic_id, 'AMP_BODY_PC_STATUS');
|
|
|
|
|
if ($delete_only) {
|
|
|
|
|
//只删除操作,在url修改和不发布信息的时候使用
|
|
|
|
|
$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/delete_only?static_html_url=' . $url;
|
|
|
|
|