1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

camelCase for FlattrItem class (following)

This commit is contained in:
tcitworld 2014-07-17 15:42:59 +02:00
parent d259f73665
commit ccd0b381b6

View File

@ -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);