Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fe66a56c

Von Bernd Bleßmann vor 11 Monaten hinzugefügt

  • ID fe66a56c213167bc801e56e1610bac070b351aca
  • Vorgänger 5d7a7cb5
  • Nachfolger 91b4308a

Typos und spellcheck für error(s)

Unterschiede anzeigen:

SL/Controller/File.pm
634 634
  return @sources;
635 635
}
636 636

  
637
# ignores all errros
637
# ignores all errors
638 638
# todo: cache thumbs?
639 639
sub _create_thumbnail {
640 640
  my ($file, $size) = @_;
SL/DN.pm
335 335

  
336 336
  # Save PDFs in filemanagement and webdav after transation succeeded,
337 337
  # because otherwise files in the storage may exists if the transaction
338
  # failed. Ignore all errros.
339
  # Todo: Maybe catch errros and display them as warnings or non fatal errors in the status.
338
  # failed. Ignore all errors.
339
  # Todo: Maybe catch errors and display them as warnings or non fatal errors in the status.
340 340
  if (!$error && $form->{DUNNING_PDFS_STORAGE} && scalar @{ $form->{DUNNING_PDFS_STORAGE} }) {
341 341
    _store_pdf_to_webdav_and_filemanagement($_->{dunning_id}, $_->{path}, $_->{name}) for @{ $form->{DUNNING_PDFS_STORAGE} };
342 342
  }
343 343

  
344
  $error       = 'unknown errror' if !$error && !$rc;
345
  $rc->{error} = $error           if $error;
344
  $error       = 'unknown error' if !$error && !$rc;
345
  $rc->{error} = $error          if $error;
346 346

  
347 347
  $::lxdebug->leave_sub;
348 348

  
t/006spellcheck.t
37 37
custemer
38 38
databasa
39 39
dependan
40
errror
41
errros
40 42
execept
41 43
existance
42 44
existant

Auch abrufbar als: Unified diff