camelCase for FlattrItem class (following)

This commit is contained in:
tcitworld 2014-07-17 15:42:59 +02:00
parent d259f73665
commit ccd0b381b6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ 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");
if($flattrResponse != FALSE) { if($flattrResponse != FALSE) {
$result = json_decode($flattrResponse); $result = json_decode($flattrResponse);