X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUSTVA.pm;h=378f48e88cc7133c62cfa6dd93e9e217350d6d57;hb=734b356deb35edabe16cf67517b3064fd32a7740;hp=d387b5ec448500232aee7d6312a9f01f3043ca85;hpb=2b94389c9ae5a620d86c1a2037fb62d1e7f7f522;p=kivitendo-erp.git 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