fix: image profile field edit errors
This commit is contained in:
parent
47649c4401
commit
feb82c6d4b
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue