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 678d016a..798cfdae 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -223,7 +223,7 @@ class PocketImport extends AbstractImport
223 $entry->setArchived(true); 223 $entry->setArchived(true);
224 } 224 }
225 225
226 // 0 or 1 - 1 If the item is favorited 226 // 0 or 1 - 1 If the item is starred
227 if ($pocketEntry['favorite'] == 1) { 227 if ($pocketEntry['favorite'] == 1) {
228 $entry->setStarred(true); 228 $entry->setStarred(true);
229 } 229 }