master
LMR 2 years ago
parent aad719abec
commit b4b8f26dde

@ -3217,7 +3217,7 @@ class Information extends CI_Controller
}
// GH国际 不发布的时候删除缓存
if (!$information->ic_status) {
if (isset($information) && !$information->ic_status) {
$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/delete_only?static_html_url=' . $tmp;
}

Loading…
Cancel
Save