add codestyle fix after review
This commit is contained in:
parent
3db34ace3d
commit
90a94197d5
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ class intaro_retailcrm extends CModule
|
|||
$arResult['errCode'] = 'ERR_FIELDS_PROFILE';
|
||||
}
|
||||
|
||||
if ($filename === "") {
|
||||
if (empty($filename)) {
|
||||
$arResult['errCode'] = 'ERR_FIELDS_FILE';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue