]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Common.pm
Merge branch 'unformatted-numbers'
[mfinanz.git] / SL / Common.pm
index 09f9468d87a7b08170101df22e1cd3f3c8471522..dae75322f3f76717ca965cf4f2803e26068288fd 100644 (file)
@@ -336,7 +336,7 @@ sub webdav_folder {
   my ($form) = @_;
 
   return $main::lxdebug->leave_sub()
   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);
 
 
   my ($path, $number);