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