From: tcitworld Date: Thu, 17 Jul 2014 13:42:59 +0000 (+0200) Subject: camelCase for FlattrItem class (following) X-Git-Tag: 1.8.0^2~14^2~3^2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ccd0b381b69a36fe369d3a73dce6ca64c8deef99;p=github%2Fwallabag%2Fwallabag.git camelCase for FlattrItem class (following) --- 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 public function checkItem($urlToFlattr, $id) { - $this->_cacheflattrfile($urlToFlattr, $id); + $this->_cacheFlattrFile($urlToFlattr, $id); $flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache"); if($flattrResponse != FALSE) { $result = json_decode($flattrResponse);