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:
9570ab3
)
Existierende benutzer mit der richtigen id laden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Feb 2012 16:24:39 +0000
(17:24 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Feb 2012 16:24:39 +0000
(17:24 +0100)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
75fb790
..
3254b9b
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-476,7
+476,7
@@
sub save_user {
$user->{templates} =~ s|.*/||;
$user->{templates} = $::lx_office_conf{paths}->{templates} . "/$user->{templates}";
- my $myconfig = new User(id => $
form
->{id});
+ my $myconfig = new User(id => $
user
->{id});
$::form->show_generic_error($::locale->text('Dataset missing!')) unless $user->{dbname};
$::form->show_generic_error($::locale->text('Database User missing!')) unless $user->{dbuser};