From 910526ba449afa5e215e13c93cc10f714833fb43 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 02:50:00 +0900 Subject: [PATCH] =?UTF-8?q?oauth=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oauth_kakao/oauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth_kakao/oauth.php b/oauth_kakao/oauth.php index 7ffe10a9..cd358d33 100644 --- a/oauth_kakao/oauth.php +++ b/oauth_kakao/oauth.php @@ -27,7 +27,7 @@ $result = $restAPI->create_access_token($auth_code); if (Util::array_get($result['expires_in'], -1) <= 0) { - die('알 수 없는 에러:'.$me['msg']); + die('알 수 없는 에러:'.$result['msg']); } $session = Session::getInstance();