Deprecated: Optional parameter warning message 경고메시지 나오는 함수 코드 수정

This commit is contained in:
thisgun
2024-07-08 11:22:58 +09:00
parent 5622b38c17
commit 72d52b594c
3 changed files with 3 additions and 3 deletions

View File

@ -2747,7 +2747,7 @@ function is_inicis_order_pay($type){
return false;
}
function get_item_images_info($it, $size=array(), $image_width, $image_height){
function get_item_images_info($it, $size=array(), $image_width=0, $image_height=0){
if( !(is_array($it) && $it) ) return array();
$images = array();