commit e5889bd11d56dac32398ebc4356856c2ad9ee491 parent 77b76a4d6773fe92f9b04012cdf2cae41e66cbff Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 1 Jan 2015 12:22:03 +0100 to much characters xD 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['php-oauth-client']['state']); + echo $_SESSION['php-oauth-client']['state']; if (!isset($_SESSION['php-oauth-client']['state'])) { return false; }