X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/05c6840d4fbb90cbe81e14427617793c45ba4714..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);