mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-25 00:38:51 -05:00
camelCase for FlattrItem class (following)
This commit is contained in:
parent
d259f73665
commit
ccd0b381b6
2
inc/3rdparty/FlattrItem.class.php
vendored
2
inc/3rdparty/FlattrItem.class.php
vendored
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user