fix: image profile field edit errors

This commit is contained in:
Graham Knop 2007-06-27 13:07:13 +00:00
parent 47649c4401
commit feb82c6d4b
3 changed files with 6 additions and 2 deletions

View file

@ -451,7 +451,7 @@ sub www_editUserSave {
# Loop through all profile fields, and update them with new values.
foreach my $field (@{WebGUI::ProfileField->getFields($session)}) {
next if $field->getId =~ /contentPositions/;
$u->profileField($field->getId,$field->formProcess);
$u->profileField($field->getId,$field->formProcess($u));
}
# Update group assignements