X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/feef731c40b0b06fd7b566f4dcce322bc68b7946..606e7e2575ff6112e8e45acf0e74e87faa5cfa7c:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 09f9468d8..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 ($::lx_office_conf{system}->{webdav} && $form->{id}); + unless ($::lx_office_conf{features}->{webdav} && $form->{id}); my ($path, $number);