From 347de9c00d1203b57ec9a33132f4dfd51b67b085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 7 Jul 2020 10:49:07 +0800 Subject: [PATCH] fix --- application/third_party/tpmanage/controllers/webgetbokun.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/third_party/tpmanage/controllers/webgetbokun.php b/application/third_party/tpmanage/controllers/webgetbokun.php index 1d6b8077..abf65efa 100644 --- a/application/third_party/tpmanage/controllers/webgetbokun.php +++ b/application/third_party/tpmanage/controllers/webgetbokun.php @@ -599,6 +599,7 @@ class webgetbokun extends CI_Controller $title = str_replace("—","-",$title); $this->tpBokun_model->ic_title = $title; $this->tpBokun_model->ic_url_title = $title; + $this->tpBokun_model->ic_seo_title = $title; $this->tpBokun_model->ic_url = $link; $this->tpBokun_model->ic_content = $content; $tempData = json_decode($this->tpBokun_model->addInfo($xmlParent));