PHP8에서 경고문이 뜨는 코드 수정

This commit is contained in:
thisgun
2021-01-19 14:03:51 +09:00
parent 407c1299ba
commit c8b15d53ca
7 changed files with 8 additions and 5 deletions

View File

@ -14,7 +14,7 @@ $it = get_shop_item_with_category($it_id, $it_seo_title);
if (! (isset($it['it_id']) && $it['it_id']))
alert('자료가 없습니다.');
$it_id = $it['it_id'];
$it_id = $_REQUEST['it_id'] = $it['it_id'];
if( isset($row['it_seo_title']) && ! $row['it_seo_title'] ){
shop_seo_title_update($row['it_id']);