$filename = sha1($entry->getTitle());
$publishedBy = $entry->getPublishedBy();
+ $authors = $this->translator->trans('export.unknown');
if (!empty($publishedBy)) {
$authors = implode(',', $publishedBy);
- } else {
- $authors = $this->translator->trans('export.unknown');
}
$titlepage = $content_start .
}
$publishedBy = $entry->getPublishedBy();
+ $authors = $this->translator->trans('export.unknown');
if (!empty($publishedBy)) {
$authors = implode(',', $publishedBy);
- } else {
- $authors = $this->translator->trans('export.unknown');
}
$pdf->addPage();