Skip to content
Snippets Groups Projects
Commit 10d68523 authored by Florian Schaal's avatar Florian Schaal
Browse files

truncate sys_session during update

parent aeaa201b
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment