@@ -1254,7 +1254,7 @@ abstract class AbstractBuildForm {
}elseif($fieldType==='enum'||$fieldType==='set'){
// already done at the beginning with '$this->getItemsForEnumOrSet($formElement['name'], $fieldType);'
}else{
thrownewUserFormException("Missing definition (- nothing found in 'sql1', 'parameter:itemValues', 'enum-' or 'set-definition'",ERROR_MISSING_ITEM_VALUES);
thrownewUserFormException("Missing definition (- nothing found in 'sql1', 'parameter:itemList', 'enum-' or 'set-definition'",ERROR_MISSING_ITEM_LIST);