projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f9ff8
)
BackgroundJob SelfTest: unbenutzte Variable entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 18 Jan 2019 13:12:24 +0000
(14:12 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 18 Jan 2019 13:16:01 +0000
(14:16 +0100)
SL/BackgroundJob/SelfTest.pm
patch
|
blob
|
history
diff --git
a/SL/BackgroundJob/SelfTest.pm
b/SL/BackgroundJob/SelfTest.pm
index
1043864
..
d341e64
100644
(file)
--- a/
SL/BackgroundJob/SelfTest.pm
+++ b/
SL/BackgroundJob/SelfTest.pm
@@
-142,7
+142,6
@@
sub _send_email {
sub _prepare_report {
my ($self) = @_;
- my $user = $self->_email_user;
my $template = Template->new({ 'INTERPOLATE' => 0,
'EVAL_PERL' => 0,
'ABSOLUTE' => 1,