1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #2221 from wallabag/replace-favorite-star

Replaced favorite word/icon with star one
This commit is contained in:
Jeremy Benoist 2016-08-21 22:11:20 +02:00 committed by GitHub
commit 4e4e8e9899
16 changed files with 22 additions and 22 deletions

View 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);
}