Account::Inbox editSettingsForm to FormBuilder

This commit is contained in:
Doug Bell 2011-01-04 19:46:29 -06:00
parent 4919c1d9fb
commit 6bb5ab997d
2 changed files with 29 additions and 29 deletions

View file

@ -315,7 +315,7 @@ Override this method to create settings for your Account Pluggin
sub editSettingsForm {
my $self = shift;
return "";
return WebGUI::FormBuilder->new( $self->session );
}
#-------------------------------------------------------------------