Prevent warning.
This commit is contained in:
parent
b6d18e88a2
commit
d62f56a635
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ sub handler {
|
|||
my $session = shift;
|
||||
my $form = $session->form;
|
||||
|
||||
my $module = $form->get('newsletter');
|
||||
my $module = $form->get('newsletter') || return;
|
||||
|
||||
my $class =
|
||||
$module eq 'manage' ? 'WebGUI::Mailing::Admin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue