Account::Inbox editSettingsForm to FormBuilder
This commit is contained in:
parent
4919c1d9fb
commit
6bb5ab997d
2 changed files with 29 additions and 29 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue