diff options
-rw-r--r-- | inc/3rdparty/FlattrItem.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/3rdparty/FlattrItem.class.php b/inc/3rdparty/FlattrItem.class.php index 97c92fd3..ef8c62f7 100644 --- a/inc/3rdparty/FlattrItem.class.php +++ b/inc/3rdparty/FlattrItem.class.php | |||
@@ -17,7 +17,7 @@ class FlattrItem | |||
17 | 17 | ||
18 | public function checkItem($urlToFlattr, $id) | 18 | public function checkItem($urlToFlattr, $id) |
19 | { | 19 | { |
20 | $this->_cacheflattrfile($urlToFlattr, $id); | 20 | $this->_cacheFlattrFile($urlToFlattr, $id); |
21 | $flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache"); | 21 | $flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache"); |
22 | if($flattrResponse != FALSE) { | 22 | if($flattrResponse != FALSE) { |
23 | $result = json_decode($flattrResponse); | 23 | $result = json_decode($flattrResponse); |