mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: db connexion not closed
This commit is contained in:
parent
13552bb3a4
commit
bb9dd1be10
|
|
@ -445,4 +445,6 @@ else // Open and return file
|
|||
readfile($original_file_osencoded);
|
||||
}
|
||||
|
||||
|
||||
if (is_object($db)) $db->close();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user