From e709ee5db81425843bd36fa8ba08ff9e684a5af3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 22:03:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20array=5F?= =?UTF-8?q?get=20=EC=82=AD=EC=A0=9C.=20=EB=AA=A8=EB=B3=91=20=EC=B9=B8=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=EC=9D=84=20=EC=A7=95=EB=B3=91->=EB=AA=A8?= =?UTF-8?q?=EB=B3=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/processing.php | 2 +- oauth_kakao/j_join_process.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hwe/processing.php b/hwe/processing.php index ac79fc63..465494b2 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -594,7 +594,7 @@ function calc(cost, formnum) {
00명
- + "; diff --git a/oauth_kakao/j_join_process.php b/oauth_kakao/j_join_process.php index 76fd4e2a..da51e1e7 100644 --- a/oauth_kakao/j_join_process.php +++ b/oauth_kakao/j_join_process.php @@ -18,10 +18,10 @@ if($canJoin != 'Y'){ $nowDate = TimeUtil::DatetimeNow(); -$access_token = Util::array_get($session->access_token); -$expires = Util::array_get($session->expires); -$refresh_token = Util::array_get($session->refresh_token); -$refresh_token_expires = Util::array_get($session->refresh_token_expires); +$access_token = $session->access_token; +$expires = $session->expires; +$refresh_token = $session->refresh_token; +$refresh_token_expires = $session->refresh_token_expires; if(!$access_token){ Json::die([ 'result'=>false,