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 8567cd8f..8f54267d 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -388,7 +388,7 @@ class Poche
388 388
389 # flattr checking 389 # flattr checking
390 $flattr = new FlattrItem(); 390 $flattr = new FlattrItem();
391 $flattr->checkItem($entry['url']); 391 $flattr->checkItem($entry['url'],$entry['id']);
392 392
393 $tpl_vars = array( 393 $tpl_vars = array(
394 'entry' => $entry, 394 'entry' => $entry,