diff --git a/mobile/shop/wishlist.php b/mobile/shop/wishlist.php index cd758413a..639dbd7b6 100644 --- a/mobile/shop/wishlist.php +++ b/mobile/shop/wishlist.php @@ -2,7 +2,7 @@ include_once('./_common.php'); if (!$is_member) - goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php')); + goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/wishlist.php')); $g5['title'] = "위시리스트"; include_once(G5_MSHOP_PATH.'/_head.php'); diff --git a/shop/wishlist.php b/shop/wishlist.php index 140506206..c96abf50b 100644 --- a/shop/wishlist.php +++ b/shop/wishlist.php @@ -7,7 +7,7 @@ if (G5_IS_MOBILE) { } if (!$is_member) - goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php')); + goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/wishlist.php')); $g5['title'] = "위시리스트"; include_once('./_head.php');