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();