master
LMR 2 years ago
parent 778b800fb2
commit b9ccf8f151

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

Loading…
Cancel
Save