commit d13946d8086102cd7e6780c988dd7840bef6b662 parent 9407b25707bd37409979dc96bbe74f0d89d0205d Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 1 Jan 2015 12:31:41 +0100 change echo to var_dump 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 @@ -137,7 +137,7 @@ class SessionStorage implements StorageInterface public function getState($clientConfigId, $state) { - echo $_SESSION; + var_dump($_SESSION); if (!isset($_SESSION['php-oauth-client']['state'])) { return false; }