mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Fix #1705 : MySQL connection might be lost after long operations
This commit is contained in:
@@ -1420,6 +1420,7 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
|
||||
':prop' => $prop,
|
||||
':value' => $value
|
||||
));
|
||||
$stmt->closeCursor();
|
||||
$this->delete_data_from_cache();
|
||||
} catch (\Exception $e) {
|
||||
|
||||
|
Reference in New Issue
Block a user