mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-11 03:22:52 +01:00
A DB begin request was sent before executing the status guard. If the guard fails, we exited the method without closing it. And it will occur a bug to any further database operation.