1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

add codestyle fix after review

This commit is contained in:
Sergey Chazov 2020-08-21 13:36:02 +03:00
parent 3db34ace3d
commit 90a94197d5

View file

@ -904,7 +904,7 @@ class intaro_retailcrm extends CModule
$arResult['errCode'] = 'ERR_FIELDS_PROFILE';
}
if ($filename === "") {
if (empty($filename)) {
$arResult['errCode'] = 'ERR_FIELDS_FILE';
}