X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8d011bee4d01444862f49a083f9e47b2b07f0a9c..51fa09f29ebea609f58d14506d6938c0e0ee1ab0:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index e7bed372b..09f9468d8 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -336,7 +336,7 @@ sub webdav_folder { my ($form) = @_; return $main::lxdebug->leave_sub() - unless ($main::webdav && $form->{id}); + unless ($::lx_office_conf{system}->{webdav} && $form->{id}); my ($path, $number);