Skip to content
Snippets Groups Projects
Commit bb9dd1be authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: db connexion not closed

parent 13552bb3
No related branches found
No related tags found
No related merge requests found
......@@ -445,4 +445,6 @@ else // Open and return file
readfile($original_file_osencoded);
}
if (is_object($db)) $db->close();
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment