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(