rpicms

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

commit 77b76a4d6773fe92f9b04012cdf2cae41e66cbff
parent e9d7f0828a52794048122de3ad8f5e7fbd8df0df
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu,  1 Jan 2015 12:20:51 +0100

:/

Diffstat:
Mcore/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php @@ -137,9 +137,8 @@ class SessionStorage implements StorageInterface public function getState($clientConfigId, $state) { - + echo $_SESSION['php-oauth-client']['state']); if (!isset($_SESSION['php-oauth-client']['state'])) { - echo $state; return false; } foreach ($_SESSION['php-oauth-client']['state'] as $s) {