1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

don't call flattr if flattr is disabled

This commit is contained in:
Thomas Citharel 2014-12-22 16:26:23 +01:00
parent 9254b6cf46
commit 37cad52229

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']);