1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00
This commit is contained in:
Thomas Citharel 2014-12-26 10:27:30 +01:00
commit 92ae99bd29

View file

@ -405,8 +405,11 @@ class Poche
}
# flattr checking
$flattr = NULL;
if (FLATTR) {
$flattr = new FlattrItem();
$flattr->checkItem($entry['url'], $entry['id']);
}
# tags
$tags = $this->store->retrieveTagsByEntry($entry['id']);