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

Return of the required element

This commit is contained in:
Ivan Chaplygin 2022-12-06 12:58:44 +03:00
parent bb5c9622a0
commit 6a7c097e30

View file

@ -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';
}