fixing jt's change-one-thing-one-place-forget-to-change-it-every-place bug
This commit is contained in:
parent
466c6ac357
commit
a3cc66acbc
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ sub create {
|
|||
my $id = WebGUI::SQL->setRow("userProfileField","fieldName",{fieldName=>"new"},undef,$fieldName);
|
||||
my $self = $class->new($id);
|
||||
$self->setCategory($categoryId || "1");
|
||||
$self->update($properties);
|
||||
$self->set($properties);
|
||||
return $self;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue