Fixed error 500 on profiles when filling certain fields in specific conditions.

This commit is contained in:
flash 2023-07-22 20:54:52 +00:00
parent 392881c0d8
commit f6058823f1

View file

@ -94,6 +94,8 @@ if($isEditing) {
$profileFieldsSetValues[] = $fieldValue;
} else
$notices[] = sprintf('%s isn\'t properly formatted.', $fieldInfo->getTitle());
unset($fieldName, $fieldValue, $fieldInfo);
}
if(!empty($profileFieldsRemove))