잘못된 코드 수정
This commit is contained in:
@ -2226,7 +2226,7 @@ function get_wishlist_datas_count($mb_id='')
|
||||
|
||||
$wishlist_datas = get_wishlist_datas($mb_id, true);
|
||||
|
||||
return count($wishlist_datas);
|
||||
return is_array($wishlist_datas) ? count($wishlist_datas) : 0;
|
||||
}
|
||||
|
||||
//각 상품에 대한 위시리스트 담은 갯수 출력
|
||||
|
||||
Reference in New Issue
Block a user