commit 35fbd575aea15750b146d48943819521d819a2f3
parent 1257ab7cefcca3e98c36a145f0b57342d9e366d1
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 1 Jan 2015 12:03:03 +0100
...
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
@@ -140,6 +140,7 @@ class SessionStorage implements StorageInterface
if (!isset($_SESSION['php-oauth-client']['state'])) {
return false;
}
+ echo $state;
foreach ($_SESSION['php-oauth-client']['state'] as $s) {
$sessionState = unserialize($s);