Changed Flattr Caching System

From md5(url) to the ID of an article. Easier and faster.
This commit is contained in:
Thomas Citharel
2013-09-27 11:11:45 +02:00
parent be2b9055b9
commit 4e5b04113d
2 changed files with 8 additions and 7 deletions

View File

@ -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,