X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cff4d3332201b41a504878734475f7c9328a15be..c13f301e71da717b09f3c7364a9f0c87c4f7a4ea:/scripts/sync_files_from_backend.pl diff --git a/scripts/sync_files_from_backend.pl b/scripts/sync_files_from_backend.pl index 26626e1b2..2c361483f 100755 --- a/scripts/sync_files_from_backend.pl +++ b/scripts/sync_files_from_backend.pl @@ -82,7 +82,7 @@ parse_args(\%config); setup(); SL::File->sync_from_backend( file_type => 'document'); -SL::File->sync_from_backend( file_type => 'attachments'); -SL::File->sync_from_backend( file_type => 'images'); +SL::File->sync_from_backend( file_type => 'attachment'); +SL::File->sync_from_backend( file_type => 'image'); 1;