Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 38fcf5b4

Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt

  • ID 38fcf5b43ddbcde995d1fe1c486c0fd49290627c
  • Vorgänger 05e0e8ca
  • Nachfolger b331e8b7

Revert "Anpassungen an neues SL::File::Object Interface"

This reverts commit 05e0e8ca1544e1ca706a99e51f9caf9a2f56f6af.

Diese Änderung fügt einen Syntax-Fehler ein:
syntax error at /home/bernd/kivi/SL/Controller/DownloadZip.pm line 67, near ")) "
/home/bernd/kivi/SL/Controller/DownloadZip.pm had compilation errors.

Unterschiede anzeigen:

SL/Controller/EmailJournal.pm
69 69
  my $ref = \$attachment->content;
70 70
  if ( $attachment->file_id > 0 ) {
71 71
    my $file = SL::File->get(id => $attachment->file_id );
72
    $ref = $file->get_content if $file;
72
    $ref = SL::File->get_content(dbfile => $file) if $file;
73 73
  }
74 74
  $self->send_file($ref, name => $attachment->name, type => $attachment->mime_type);
75 75
}

Auch abrufbar als: Unified diff