From 1fc3a343c270db15f0997a09d46182ef440082c3 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 18 Dec 2023 11:29:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=B9=B4=ED=8A=B8=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=9D=98=20=EC=A7=A7=EC=9D=80=EC=A3=BC=EC=86=8C?= =?UTF-8?q?=EC=97=90=20=EC=82=AC=EC=9A=A9=EB=90=98=EB=8A=94=20it=5Fseo=5Ft?= =?UTF-8?q?itle=EC=9D=B4=20=EC=A4=91=EB=B3=B5=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95=20#295?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemcopyupdate.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adm/shop_admin/itemcopyupdate.php b/adm/shop_admin/itemcopyupdate.php index 75200ee70..9d0a1f3b8 100644 --- a/adm/shop_admin/itemcopyupdate.php +++ b/adm/shop_admin/itemcopyupdate.php @@ -184,6 +184,8 @@ $sql = " update {$g5['g5_shop_item_table']} where it_id = '$new_it_id' "; sql_query($sql); +if( function_exists('shop_seo_title_update') ) shop_seo_title_update($new_it_id, true); + /** * 아이템 복사 처리 후 Event Hook * @var string $it_id 원본 아이템 ID