forked from wallabag/wallabag
Changed Flattr Caching System
From md5(url) to the ID of an article. Easier and faster.
This commit is contained in:
@ -385,7 +385,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