Commit 10d68523 authored by Florian Schaal's avatar Florian Schaal
Browse files

truncate sys_session during update

parent aeaa201b
......@@ -394,6 +394,9 @@ function updateDbAndIni() {
unset($old_ini_array);
unset($tpl_ini_array);
unset($new_ini);
// Truncate sys_session
$inst->db->query("TRUNCATE sys_session");
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment