X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/480c67096c7aab3ccfe6b55e8d981975c7f08578..ad70fca34bfc6104c1c6e086eebe8d65d9d65637:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index fdf2b2808..9c83c7d17 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -280,6 +280,8 @@ sub webdav_folder { return $main::lxdebug->leave_sub() unless ($path && $number); + $number =~ s|[/\\]|_|g; + $path = "webdav/${path}/${number}"; if (!-d $path) {