X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/38e2876fa8ab04fe1ee78aeaa415aa6e71c0f524..4bd1e2f8b588972f10f92728301feacefd5ee4dd:/SL/USTVA.pm diff --git a/SL/USTVA.pm b/SL/USTVA.pm index d387b5ec4..378f48e88 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -1030,7 +1030,7 @@ sub get_config { $form->error("Missing Parameter: @_") if !$userspath || !$filename; - $filename = "$form->{login}_$filename"; + $filename = "$::myconfig{login}_$filename"; $filename =~ s|.*/||; $filename = "$userspath/$filename"; open my $FACONF, "<", $filename or do {# Annon Sub