aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-03 14:51:20 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-03 14:51:20 +0200
commit747c6698b668ce645c0a771ddc1a0ef748a58177 (patch)
tree70c6eab48e74598f9f5534c54c43a67404410be5 /inc/poche/Poche.class.php
parent8f91e10faa97df1a50cbbd5fb64eab5190361727 (diff)
parent4e5b04113d923b54206436c74ce1fa8649854046 (diff)
downloadwallabag-747c6698b668ce645c0a771ddc1a0ef748a58177.tar.gz
wallabag-747c6698b668ce645c0a771ddc1a0ef748a58177.tar.zst
wallabag-747c6698b668ce645c0a771ddc1a0ef748a58177.zip
Merge branch 'dev' of git://github.com/tcitworld/poche into tcitworld-dev
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,