commit 872ea47f0a566ef019d5c9fb8581bd86d0ac32ca parent a80d4150fb8913828d5cd8db76d1ad2e96e2ee25 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 31 Dec 2014 23:43:20 +0100 maybe now? :/ Diffstat:
| M | core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php @@ -141,7 +141,7 @@ class SessionStorage implements StorageInterface // return false; //} echo "test1"; - foreach ($_SESSION['php-oauth-client']['state'] as $s) { + foreach ($state as $s) { $sessionState = unserialize($s);