1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Typofixes

This commit is contained in:
JT Smith 2022-10-03 18:31:43 -06:00
parent ed777871c0
commit 6da76ffaae
7 changed files with 7 additions and 7 deletions

View file

@ -167,7 +167,7 @@ class EntriesExport
$book->setAuthor($this->author, $this->author);
// I hope this is a non existant address :)
// I hope this is a non-existent address :)
$book->setPublisher('wallabag', 'wallabag');
// Strictly not needed as the book date defaults to time().
$book->setDate(time());