1
0
Fork 0
mirror of synced 2025-04-09 12:02:04 +00:00

fix Parser

This commit is contained in:
Sergey 2017-12-19 11:34:58 +03:00
parent 48ebb7068c
commit abed678aff

View file

@ -723,8 +723,8 @@ class MoySkladICMLParser
unset($value);
if (!empty(trim($error, ' / '))) {
return trim($error, ' / ');
if (!empty($error)) {
return $error;
}
}
}