From 031a80cd886d2e4f18a93ef892049520aba69e22 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 7 Feb 2014 15:43:17 +0100 Subject: [PATCH] remove formtoken from the query as it is unused, fixes #1378 Signed-off-by: Michael Kaufmann (d00p) --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.php b/lib/init.php index bfd3e442..2e2b9282 100644 --- a/lib/init.php +++ b/lib/init.php @@ -219,7 +219,7 @@ if (isset($s) ) { $upd_stmt = Database::prepare(" UPDATE `" . TABLE_PANEL_SESSIONS . "` SET - `lastactivity` = :lastactive, `formtoken` = NULL + `lastactivity` = :lastactive WHERE `hash` = :hash AND `adminsession` = :adminsession "); $upd_data = array(