diff --git a/core/dbobject.class.php b/core/dbobject.class.php index e4209160a..c2a7f67d1 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -3191,6 +3191,7 @@ abstract class DBObject implements iDisplay } CMDBSource::Query('COMMIT'); + $iNbTryRemaining = 0; } catch (MySQLException $e) {