X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/48554177ac48f70b632fffdcfc92c80259261c45..7274f9c8e8c61b00ff7a4e2bad6accec85015a73:/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}),