]> wagnertech.de Git - mfinanz.git/blobdiff - SL/User.pm
Alle 2-arg open in 3-arg open verwandelt.
[mfinanz.git] / SL / User.pm
index 75e7a38d0c7a0263770a8c659770e748289ec15d..888d042c486750035fc54b2a1a42b3c190ab3819 100644 (file)
@@ -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}),