]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
Changed Flattr Caching System
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 561de808d562b4938f9516770984203410adfbc7..6907e6499db25c4a4997459a9d27ee9fb6e8c55b 100644 (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,