1
0
mirror of synced 2025-02-12 02:09:23 +03:00

fix Parser (#37)

This commit is contained in:
Sergey 2017-12-19 11:48:45 +03:00 committed by Alex Lushpai
parent 48ebb7068c
commit 50fe957a3a

View File

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