fixing bug
This commit is contained in:
parent
58df04b36c
commit
c6035f338a
2 changed files with 3 additions and 1 deletions
|
|
@ -362,7 +362,8 @@ sub set {
|
|||
$properties->{defaultValues} .= "]";
|
||||
}
|
||||
}
|
||||
WebGUI::SQL->setRow("userProfileCategory","profileCategoryId",$properties);
|
||||
$properties->{fieldName} = $self->getId;
|
||||
WebGUI::SQL->setRow("userProfileField","fieldName",$properties);
|
||||
foreach my $key (keys %{$properties}) {
|
||||
$self->{_property}{$key} = $properties->{$key};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue