From 9dcafaaa38127fa690d6627d76f81865007ae037 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 16 Sep 2018 17:58:56 +0900 Subject: [PATCH] =?UTF-8?q?reset=5Ftoken=EC=97=90=EC=84=9C=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20=EB=AA=85=EB=A0=B9=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oauth_kakao/j_reset_token.php | 1 - 1 file changed, 1 deletion(-) diff --git a/oauth_kakao/j_reset_token.php b/oauth_kakao/j_reset_token.php index 3df29b08..5f7abcfa 100644 --- a/oauth_kakao/j_reset_token.php +++ b/oauth_kakao/j_reset_token.php @@ -31,7 +31,6 @@ if($expectedDate <= $tokenValidUntil){ ]); } -unset($oauthInfo['tokenValidUntil']); RootDB::db()->update('member', [ 'token_valid_until'=> null ], 'no=%i', $userID);