[AtomFormat] Remove redundant fallback content (#2702)

This commit is contained in:
Yaman Qalieh 2022-05-07 22:21:32 -04:00 committed by GitHub
parent 37843e8777
commit 158ee41be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ class AtomFormat extends FormatAbstract{
}
if (empty($entryContent))
$entryContent = $entryTitle;
$entryContent = ' ';
$entryAuthor = '';
if ($item->getAuthor()) {