From afa559ea970e7f4e112f4a2a9825c41a02741d84 Mon Sep 17 00:00:00 2001
From: zolij <zolij86@gmail.com>
Date: Wed, 8 Jan 2014 12:41:59 +0100
Subject: [PATCH] =?UTF-8?q?session=20v=C3=A1ltoz=C3=B3=20nev=C3=A9nek=20ja?=
 =?UTF-8?q?v=C3=ADt=C3=A1sa?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 php/AuthSCHClient.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php/AuthSCHClient.class.php b/php/AuthSCHClient.class.php
index 89450f7..099f985 100644
--- a/php/AuthSCHClient.class.php
+++ b/php/AuthSCHClient.class.php
@@ -18,7 +18,7 @@ class AuthSCHClient {
                 session_set_cookie_params(3600,"/");
                 session_start();
             }
-            if(!isset($_SESSION['access_token'])) {
+            if(!isset($_SESSION['tokens'])) {
                 // auth token not exists
                 
                 // get tokens from auth.sch.bme.hu
-- 
GitLab