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:
2772592
)
Richtigen Spaltennamen benutzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 12 Jan 2011 14:11:02 +0000
(15:11 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 12 Jan 2011 15:06:49 +0000
(16:06 +0100)
SL/DB/BackgroundJob.pm
patch
|
blob
|
history
diff --git
a/SL/DB/BackgroundJob.pm
b/SL/DB/BackgroundJob.pm
index
8945ceb
..
253d0d3
100644
(file)
--- a/
SL/DB/BackgroundJob.pm
+++ b/
SL/DB/BackgroundJob.pm
@@
-46,7
+46,7
@@
sub run {
->new(package_name => $self->package_name,
run_at => $run_at,
status => 'failure',
- error
=> $EVAL_ERROR,
+ error
_col
=> $EVAL_ERROR,
data => $self->data);
$history->save;
}