X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cff4d3332201b41a504878734475f7c9328a15be..001f0168070d166b1a6fa44f52fd9dd0396ab7f7:/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;