commit 9eb8249988b3bd18676a7b9a859d5a976468201f
parent 4377bd089377b1052a4cdb09c42f2fa0562e7e29
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 31 Dec 2014 23:32:14 +0100
it doesn't work :/
Diffstat:
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
if (!isset($_SESSION['php-oauth-client']['state'])) {
return false;
}
-
+ echo "test1";
foreach ($_SESSION['php-oauth-client']['state'] as $s) {
$sessionState = unserialize($s);