From c2b72147f7142b47a49a6449db47046d5de3edf0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 20 Feb 2012 17:24:39 +0100 Subject: [PATCH] Existierende benutzer mit der richtigen id laden. --- bin/mozilla/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 75fb790aa..3254b9b85 100755 --- 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}; -- 2.20.1