mirror of
https://github.com/moparisthebest/wallabag
synced 2025-02-07 02:30:12 -05:00
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
This commit is contained in:
commit
92ae99bd29
@ -405,9 +405,12 @@ class Poche
|
||||
}
|
||||
|
||||
# flattr checking
|
||||
$flattr = new FlattrItem();
|
||||
$flattr->checkItem($entry['url'], $entry['id']);
|
||||
|
||||
$flattr = NULL;
|
||||
if (FLATTR) {
|
||||
$flattr = new FlattrItem();
|
||||
$flattr->checkItem($entry['url'], $entry['id']);
|
||||
}
|
||||
|
||||
# tags
|
||||
$tags = $this->store->retrieveTagsByEntry($entry['id']);
|
||||
|
||||
@ -812,4 +815,4 @@ class Poche
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user