Return of the required element
This commit is contained in:
parent
bb5c9622a0
commit
6a7c097e30
1 changed files with 4 additions and 0 deletions
|
@ -978,6 +978,10 @@ class intaro_retailcrm extends CModule
|
|||
$profileName = $_POST['SETUP_PROFILE_NAME'];
|
||||
}
|
||||
|
||||
if ($profileName == '') {
|
||||
$arResult['errCode'] = 'ERR_FIELDS_PROFILE';
|
||||
}
|
||||
|
||||
if ($filename === '') {
|
||||
$arResult['errCode'] = 'ERR_FIELDS_FILE';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue