forked from wallabag/wallabag
Merge pull request #2221 from wallabag/replace-favorite-star
Replaced favorite word/icon with star one
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user