aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/PocketImport.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/PocketImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/PocketImport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php
index 92dcdd40..d76a3a08 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -265,7 +265,7 @@ class PocketImport extends AbstractImport
265 */ 265 */
266 protected function setEntryAsRead(array $importedEntry) 266 protected function setEntryAsRead(array $importedEntry)
267 { 267 {
268 $importedEntry['status'] = 1; 268 $importedEntry['status'] = '1';
269 269
270 return $importedEntry; 270 return $importedEntry;
271 } 271 }