diff --git a/lib/WebGUI/Operation/ProfileSettings.pm b/lib/WebGUI/Operation/ProfileSettings.pm index 25afa30a1..f0591a7fe 100644 --- a/lib/WebGUI/Operation/ProfileSettings.pm +++ b/lib/WebGUI/Operation/ProfileSettings.pm @@ -303,7 +303,7 @@ sub www_editProfileField { -defaultValue=>"Text", ); my @profileForms = (); - foreach my $form ( sort @{ $fieldType->get("types") }) { + foreach my $form ( sort @{ $fieldType->getTypes() }) { next if $form eq 'DynamicField'; my $w = eval { WebGUI::Pluggable::instanciate("WebGUI::Form::".$form, "new", [$session]) }; if ($@) {