Revision c607fb40
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1125 | 1125 |
|
1126 | 1126 |
if ($self->{media} eq 'email') { |
1127 | 1127 |
|
1128 |
my $mail = new Mailer;
|
|
1128 |
my $mail = Mailer->new;
|
|
1129 | 1129 |
|
1130 | 1130 |
map { $mail->{$_} = $self->{$_} } |
1131 | 1131 |
qw(cc bcc subject message version format); |
Auch abrufbar als: Unified diff
Indirekte Objektnotation fixen