commit 3da727be74462066e5bfe168c66a04bfd834699f parent 35fbd575aea15750b146d48943819521d819a2f3 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 1 Jan 2015 12:15:06 +0100 more debug Diffstat:
| M | core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php | | | 1 | + |
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 @@ -137,6 +137,7 @@ class SessionStorage implements StorageInterface public function getState($clientConfigId, $state) { + echo $state; if (!isset($_SESSION['php-oauth-client']['state'])) { return false; }