commit 71bcbb4226d327ad594c721084cd9660a3d60e4a
parent e5889bd11d56dac32398ebc4356856c2ad9ee491
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 1 Jan 2015 12:28:46 +0100
there is a key missing :/
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php
@@ -64,6 +64,7 @@ class SessionStorage implements StorageInterface
public function deleteAccessToken(AccessToken $accessToken)
{
+ echo $_SESSION;
if (!isset($_SESSION['php-oauth-client']['access_token'])) {
return false;
}