X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSessionFile.pm;h=839264074c67429e3dfb63842888216f940bc5e4;hb=958b82d600cebec78ff208257b1fd348ee0439bf;hp=7536b56d3adbac3c78f8b2f1c891b6eb4d775c98;hpb=70e382870c7675c0ce054579e80336d6349e7fe9;p=kivitendo-erp.git diff --git a/SL/SessionFile.pm b/SL/SessionFile.pm index 7536b56d3..839264074 100644 --- a/SL/SessionFile.pm +++ b/SL/SessionFile.pm @@ -26,7 +26,7 @@ sub new { } my $path = $self->prepare_path; - $file_name =~ s:.*/::g; + $file_name =~ s{.*/}{}g; $file_name = "${path}/${file_name}"; $self->file_name($file_name);