commit c9cfddcb1ce1ffa47cf9d99519f6da351f3c978a parent 688e13eebc26a7fbf0fe2678843c9bc1c13e7635 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 31 Dec 2014 22:51:46 +0100 debuging 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 @@ -139,6 +139,7 @@ class SessionStorage implements StorageInterface { if (!isset($_SESSION['php-oauth-client']['state'])) { return false; + echo "if" } foreach ($_SESSION['php-oauth-client']['state'] as $s) {