diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r-- | inc/poche/Poche.class.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 18860ddc..561de808 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -381,17 +381,17 @@ class Poche | |||
381 | $tidy = tidy_parse_string($content, array('indent'=>true, 'show-body-only' => true), 'UTF8'); | 381 | $tidy = tidy_parse_string($content, array('indent'=>true, 'show-body-only' => true), 'UTF8'); |
382 | $tidy->cleanRepair(); | 382 | $tidy->cleanRepair(); |
383 | $content = $tidy->value; | 383 | $content = $tidy->value; |
384 | } | ||
384 | 385 | ||
385 | # flattr checking | 386 | # flattr checking |
386 | $flattr = new FlattrItem(); | 387 | $flattr = new FlattrItem(); |
387 | $flattr->checkItem($entry['url']); | 388 | $flattr->checkItem($entry['url']); |
388 | 389 | ||
389 | $tpl_vars = array( | 390 | $tpl_vars = array( |
390 | 'entry' => $entry, | 391 | 'entry' => $entry, |
391 | 'content' => $content, | 392 | 'content' => $content, |
392 | 'flattr' => $flattr | 393 | 'flattr' => $flattr |
393 | ); | 394 | ); |
394 | } | ||
395 | } | 395 | } |
396 | else { | 396 | else { |
397 | Tools::logm('error in view call : entry is null'); | 397 | Tools::logm('error in view call : entry is null'); |