]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
Merge branch 'dev' of git://github.com/tcitworld/poche into tcitworld-dev
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 8567cd8fb8ec30d126e8330c8572dfb5c9b5a5f7..8f54267dfa1f9883cb660c045f43713085566c94 100644 (file)
@@ -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,