diff options
author | tcitworld <tcit@tcit.fr> | 2014-07-17 15:42:59 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-07-17 15:42:59 +0200 |
commit | ccd0b381b69a36fe369d3a73dce6ca64c8deef99 (patch) | |
tree | 620353f418a332d4756a9e1b716e88af5c892da8 /inc/3rdparty | |
parent | d259f73665170d2c54771d3726d7a150c8317c34 (diff) | |
download | wallabag-ccd0b381b69a36fe369d3a73dce6ca64c8deef99.tar.gz wallabag-ccd0b381b69a36fe369d3a73dce6ca64c8deef99.tar.zst wallabag-ccd0b381b69a36fe369d3a73dce6ca64c8deef99.zip |
camelCase for FlattrItem class (following)
Diffstat (limited to 'inc/3rdparty')
-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); |