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