]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/PocketImport.php
Merge pull request #2221 from wallabag/replace-favorite-star
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / PocketImport.php
index 678d016a8bd11fcdcc178a4a9527924d43be0d5b..798cfdaefe05cc0746340d8f21b2b8b38e2d616b 100644 (file)
@@ -223,7 +223,7 @@ class PocketImport extends AbstractImport
                 $entry->setArchived(true);
             }
 
-            // 0 or 1 - 1 If the item is favorited
+            // 0 or 1 - 1 If the item is starred
             if ($pocketEntry['favorite'] == 1) {
                 $entry->setStarred(true);
             }