aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/WallabagV1Import.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-13 14:32:16 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-03-03 10:03:40 +0100
commitc10fcb3bbbd4ef14edd9a862ee18c895d92e30ae (patch)
treee40b99c2f84525e05e940bde373835595979fbfb /src/Wallabag/ImportBundle/Import/WallabagV1Import.php
parentfe8b37c137adbe036f58616c15dbcffd07dd2cd4 (diff)
downloadwallabag-c10fcb3bbbd4ef14edd9a862ee18c895d92e30ae.tar.gz
wallabag-c10fcb3bbbd4ef14edd9a862ee18c895d92e30ae.tar.zst
wallabag-c10fcb3bbbd4ef14edd9a862ee18c895d92e30ae.zip
french translation & pocket
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/WallabagV1Import.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/WallabagV1Import.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/ImportBundle/Import/WallabagV1Import.php b/src/Wallabag/ImportBundle/Import/WallabagV1Import.php
index 1d773d3b..9ea698f9 100644
--- a/src/Wallabag/ImportBundle/Import/WallabagV1Import.php
+++ b/src/Wallabag/ImportBundle/Import/WallabagV1Import.php
@@ -128,6 +128,7 @@ class WallabagV1Import implements ImportInterface
128 */ 128 */
129 public function setMarkAsRead($markAsRead) 129 public function setMarkAsRead($markAsRead)
130 { 130 {
131 var_dump($markAsRead);
131 $this->markAsRead = $markAsRead; 132 $this->markAsRead = $markAsRead;
132 133
133 return $this; 134 return $this;