hotfix/paypal-note
LMR 2 years ago
parent 50587c2d15
commit c3e07a8418

@ -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;

Loading…
Cancel
Save