diff --git a/lib/WebGUI/Operation/ProfileSettings.pm b/lib/WebGUI/Operation/ProfileSettings.pm index e176f8072..25afa30a1 100644 --- a/lib/WebGUI/Operation/ProfileSettings.pm +++ b/lib/WebGUI/Operation/ProfileSettings.pm @@ -310,7 +310,7 @@ sub www_editProfileField { $session->errorHandler->error($@); next; } - push @profileForms, $form if $w->get("profileEnabled"); + push @profileForms, $form if $w->isDynamicCompatible(); } $fieldType->set("types", \@profileForms);