forked from wallabag/wallabag
Merge pull request #3266 from egilli/export-domain-as-author
Use the article publisher as author for exported files
This commit is contained in:
@ -180,6 +180,7 @@ class EntryRestController extends WallabagRestController
|
||||
return $this->get('wallabag_core.helper.entries_export')
|
||||
->setEntries($entry)
|
||||
->updateTitle('entry')
|
||||
->updateAuthor('entry')
|
||||
->exportAs($request->attributes->get('_format'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user