mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-22 08:43:16 +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).