X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8d011bee4d01444862f49a083f9e47b2b07f0a9c..da99c7bcf4a8ec82d9bc1d0c75aaba6ba4cd69ea:/SL/Common.pm?ds=inline diff --git a/SL/Common.pm b/SL/Common.pm index e7bed372b..dae75322f 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{features}->{webdav} && $form->{id}); my ($path, $number);