aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 561de808..6907e649 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -385,7 +385,7 @@ class Poche
385 385
386 # flattr checking 386 # flattr checking
387 $flattr = new FlattrItem(); 387 $flattr = new FlattrItem();
388 $flattr->checkItem($entry['url']); 388 $flattr->checkItem($entry['url'],$entry['id']);
389 389
390 $tpl_vars = array( 390 $tpl_vars = array(
391 'entry' => $entry, 391 'entry' => $entry,