X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/43f9b1c512be9bc2199369c2f5accea32b8bd423..066fbb38f:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index 75e7a38d0..888d042c4 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -150,7 +150,7 @@ sub login { } # update the tables - if (!open(FH, ">" . $::lx_office_conf{paths}->{userspath} . "/nologin")) { + if (!open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) { $form->show_generic_error($main::locale->text('A temporary file could not be created. ' . 'Please verify that the directory "#1" is writeable by the webserver.', $::lx_office_conf{paths}->{userspath}),