mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Fix #1705 : MySQL connection might be lost after long operations
This commit is contained in:
@@ -413,6 +413,7 @@ class databox_field implements cache_cacheableInterface
|
||||
|
||||
$stmt = $connbas->prepare($sql);
|
||||
$stmt->execute($params);
|
||||
$stmt->closeCursor();
|
||||
|
||||
if ($this->renamed) {
|
||||
caption_field::rename_all_metadatas($this);
|
||||
|
Reference in New Issue
Block a user