mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-26 19:31:31 +01:00
# Qual: Fix misuse of Mo->error Phan identified that ++ was performed on Mo->error which is a string. This fixes that by using a local $error variable (as in another function).