rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 71bcbb4226d327ad594c721084cd9660a3d60e4a
parent e5889bd11d56dac32398ebc4356856c2ad9ee491
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu,  1 Jan 2015 12:28:46 +0100

there is a key missing :/

Diffstat:
Mcore/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 @@ -64,6 +64,7 @@ class SessionStorage implements StorageInterface public function deleteAccessToken(AccessToken $accessToken) { + echo $_SESSION; if (!isset($_SESSION['php-oauth-client']['access_token'])) { return false; }