mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 20:35:16 -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)
|
||||
{
|
||||
$this->_cacheflattrfile($urlToFlattr, $id);
|
||||
$this->_cacheFlattrFile($urlToFlattr, $id);
|
||||
$flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache");
|
||||
if($flattrResponse != FALSE) {
|
||||
$result = json_decode($flattrResponse);
|
||||
|
Loading…
Reference in New Issue
Block a user