From 7d775be66b1510325ed25f0d878fbc8fa6e7acda Mon Sep 17 00:00:00 2001
From: zolij <zolij86@gmail.com>
Date: Wed, 8 Jan 2014 13:19:50 +0100
Subject: [PATCH] =?UTF-8?q?token=20adatokn=C3=A1l=20az=20utols=C3=B3=20fri?=
 =?UTF-8?q?ss=C3=ADt=C3=A9s=20t=C3=A1rol=C3=A1sa?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/php/AuthSCHClient.class.php b/php/AuthSCHClient.class.php
index 37ab9aa..df0b268 100644
--- a/php/AuthSCHClient.class.php
+++ b/php/AuthSCHClient.class.php
@@ -89,6 +89,7 @@ class AuthSCHClient {
                 throw new Exception ("invalid token data");
             
             $this->tokens = $tokens;
+            $this->tokens->lastUpdate = time();
         }
 
     }
-- 
GitLab