X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCommon.pm;h=dae75322f3f76717ca965cf4f2803e26068288fd;hb=e81efe40ef7fa9dbf4f5785f8d775b8398385aee;hp=09f9468d87a7b08170101df22e1cd3f3c8471522;hpb=3ceb381944924a7b6a14d69361754422b8b49589;p=kivitendo-erp.git 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);