forked from Wavyzz/dolibarr
# 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).
# 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).