fix Parser (#37)
This commit is contained in:
parent
48ebb7068c
commit
50fe957a3a
@ -723,8 +723,8 @@ class MoySkladICMLParser
|
|||||||
|
|
||||||
unset($value);
|
unset($value);
|
||||||
|
|
||||||
if (!empty(trim($error, ' / '))) {
|
if (!empty($error)) {
|
||||||
return trim($error, ' / ');
|
return $error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user