mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
remove print_r
This commit is contained in:
parent
747c6698b6
commit
f0f7b94362
1
inc/3rdparty/FlattrItem.class.php
vendored
1
inc/3rdparty/FlattrItem.class.php
vendored
@ -12,7 +12,6 @@ class FlattrItem {
|
|||||||
public function checkItem($urltoflattr,$id) {
|
public function checkItem($urltoflattr,$id) {
|
||||||
$this->cacheflattrfile($urltoflattr, $id);
|
$this->cacheflattrfile($urltoflattr, $id);
|
||||||
$flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache");
|
$flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache");
|
||||||
print_r($flattrResponse);
|
|
||||||
if($flattrResponse != FALSE) {
|
if($flattrResponse != FALSE) {
|
||||||
$result = json_decode($flattrResponse);
|
$result = json_decode($flattrResponse);
|
||||||
if (isset($result->message)){
|
if (isset($result->message)){
|
||||||
|
Loading…
Reference in New Issue
Block a user