Skip to content

Commit

Permalink
영카트 상품의 짧은주소에 사용되는 it_seo_title이 중복되는 문제 수정 #295
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Dec 18, 2023
1 parent 5e1ab9c commit 1fc3a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adm/shop_admin/itemcopyupdate.php
Expand Up @@ -184,6 +184,8 @@ function copy_directory($src_dir, $dest_dir)
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
Expand Down

0 comments on commit 1fc3a34

Please sign in to comment.