X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FHelper%2FEntriesExport.php;fp=src%2FWallabag%2FCoreBundle%2FHelper%2FEntriesExport.php;h=db5340fc10a24e18f86169911c498b6917d9af10;hb=f8108346236e18768c08d6c0d4dc5fb4dfe13b78;hp=92f1779c547d7e7516baa6132e297117545be2ea;hpb=30cf72bf55cdb2130e9096b1f7bcfa2f2ea1df1c;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Helper/EntriesExport.php b/src/Wallabag/CoreBundle/Helper/EntriesExport.php index 92f1779c..db5340fc 100644 --- a/src/Wallabag/CoreBundle/Helper/EntriesExport.php +++ b/src/Wallabag/CoreBundle/Helper/EntriesExport.php @@ -85,7 +85,7 @@ class EntriesExport public function updateAuthor($method) { if ('entry' !== $method) { - $this->author = $method . ' authors'; + $this->author = 'Various authors'; return $this; }