X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSessionFile.pm;h=bf6c313dcffc3e4a4086c588f974bf5cd762c5c9;hb=fee5532a132c44dcfc1743393cba00c8e3397176;hp=08f905bc8d81ca3863cadbf272b808f5bb7e7234;hpb=08d78ff5c14d302d3e86d368d752195625c3120d;p=kivitendo-erp.git diff --git a/SL/SessionFile.pm b/SL/SessionFile.pm index 08f905bc8..bf6c313dc 100644 --- a/SL/SessionFile.pm +++ b/SL/SessionFile.pm @@ -21,6 +21,10 @@ sub new { my $self = $class->SUPER::new; + if ($params{session_id}) { + $self->session_id($params{session_id}) + } + my $path = $self->prepare_path; $file_name =~ s:.*/::g; $file_name = "${path}/${file_name}";