aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-03 14:53:08 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-03 14:53:08 +0200
commitf0f7b943622a18ac7c883b077e59d1d84ef90327 (patch)
treee0a9c1bf1ecb1921538e3947bb3d4dede8f9fa99
parent747c6698b668ce645c0a771ddc1a0ef748a58177 (diff)
downloadwallabag-f0f7b943622a18ac7c883b077e59d1d84ef90327.tar.gz
wallabag-f0f7b943622a18ac7c883b077e59d1d84ef90327.tar.zst
wallabag-f0f7b943622a18ac7c883b077e59d1d84ef90327.zip
remove print_r
-rw-r--r--inc/3rdparty/FlattrItem.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/3rdparty/FlattrItem.class.php b/inc/3rdparty/FlattrItem.class.php
index 2b7ea3fa..0d3e69d0 100644
--- a/inc/3rdparty/FlattrItem.class.php
+++ b/inc/3rdparty/FlattrItem.class.php
@@ -12,7 +12,6 @@ class FlattrItem {
12 public function checkItem($urltoflattr,$id) { 12 public function checkItem($urltoflattr,$id) {
13 $this->cacheflattrfile($urltoflattr, $id); 13 $this->cacheflattrfile($urltoflattr, $id);
14 $flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache"); 14 $flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache");
15 print_r($flattrResponse);
16 if($flattrResponse != FALSE) { 15 if($flattrResponse != FALSE) {
17 $result = json_decode($flattrResponse); 16 $result = json_decode($flattrResponse);
18 if (isset($result->message)){ 17 if (isset($result->message)){