commit a80d4150fb8913828d5cd8db76d1ad2e96e2ee25 parent d2258f52180feac5964543cf4b0b1d29ea9ce71f Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 31 Dec 2014 23:39:04 +0100 try to fix it :/ Diffstat:
| M | core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php | | | 8 | +++----- |
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php @@ -137,11 +137,9 @@ class SessionStorage implements StorageInterface public function getState($clientConfigId, $state) { - echo "test"; - if (!isset($_SESSION['php-oauth-client']['state'])) { - echo "test2"; - return false; - } + //if (!isset($_SESSION['php-oauth-client']['state'])) { + // return false; + //} echo "test1"; foreach ($_SESSION['php-oauth-client']['state'] as $s) { $sessionState = unserialize($s);