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:
804893a
)
Schreibfehler in Parametername
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 16 Aug 2012 08:50:29 +0000
(10:50 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 16 Aug 2012 08:50:29 +0000
(10:50 +0200)
SL/DBUpgrade2.pm
patch
|
blob
|
history
diff --git
a/SL/DBUpgrade2.pm
b/SL/DBUpgrade2.pm
index
a583af8
..
ce9db42
100644
(file)
--- a/
SL/DBUpgrade2.pm
+++ b/
SL/DBUpgrade2.pm
@@
-24,7
+24,7
@@
sub init {
}
$params{path_suffix} ||= '';
- $params{sch
ame
} ||= '';
+ $params{sch
ema
} ||= '';
map { $self->{$_} = $params{$_} } keys %params;