commit 9407b25707bd37409979dc96bbe74f0d89d0205d parent 71bcbb4226d327ad594c721084cd9660a3d60e4a Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 1 Jan 2015 12:30:32 +0100 Wrong line :/ Diffstat:
| M | core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php @@ -64,7 +64,6 @@ class SessionStorage implements StorageInterface public function deleteAccessToken(AccessToken $accessToken) { - echo $_SESSION; if (!isset($_SESSION['php-oauth-client']['access_token'])) { return false; } @@ -138,7 +137,7 @@ class SessionStorage implements StorageInterface public function getState($clientConfigId, $state) { - echo $_SESSION['php-oauth-client']['state']; + echo $_SESSION; if (!isset($_SESSION['php-oauth-client']['state'])) { return false; }