From 3df1adf3d6a67d035aeb8cfb0488b79411c7a931 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 24 Feb 2014 16:46:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=9B=84=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99=EB=A7=81=ED=81=AC=20wishlist.php=20=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/wishlist.php | 2 +- shop/wishlist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');