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