]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/FlattrItem.class.php
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
[github/wallabag/wallabag.git] / inc / 3rdparty / FlattrItem.class.php
index 97c92fd3774424a04ef87a57aefb32dbc4d5dfce..ef8c62f7f5606a8f72e2bedd05a5658580c23836 100644 (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);