forked from wallabag/wallabag
Merge branch 'dev' of git://github.com/tcitworld/poche into tcitworld-dev
This commit is contained in:
@ -388,7 +388,7 @@ class Poche
|
||||
|
||||
# flattr checking
|
||||
$flattr = new FlattrItem();
|
||||
$flattr->checkItem($entry['url']);
|
||||
$flattr->checkItem($entry['url'],$entry['id']);
|
||||
|
||||
$tpl_vars = array(
|
||||
'entry' => $entry,
|
||||
|
||||
Reference in New Issue
Block a user