]> wagnertech.de Git - mfinanz.git/blobdiff - SL/InstanceConfiguration.pm
Mandantenkonfig: Überschriften in "Features"-Tab
[mfinanz.git] / SL / InstanceConfiguration.pm
index 6ea88f8d1546d4011b80949b82e79a9bee5f6dde..68b93f713f9d2da95f1e7fe18c31428a488e2e0d 100644 (file)
@@ -44,6 +44,8 @@ sub AUTOLOAD {
   my $method =  $AUTOLOAD;
   $method    =~ s/.*:://;
 
+  return if $method eq 'DESTROY';
+
   if ($method =~ m/^get_/) {
     $method = substr $method, 4;
     return $self->data->{$method} if exists $self->data->{$method};
@@ -200,11 +202,11 @@ Returns the maximum interval value for future bookings
 
 =item C<get_webdav>
 
-Returns the configuration for webdav
+Returns the configuration for WebDAV
 
 =item C<get_webdav_documents>
 
-Returns the configuration for storing documents in the corresponding webdav folder
+Returns the configuration for storing documents in the corresponding WebDAV folder
 
 =item C<get_vertreter>