]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
camelCase for FlattrItem class (following) 764/head
authortcitworld <tcit@tcit.fr>
Thu, 17 Jul 2014 13:42:59 +0000 (15:42 +0200)
committertcitworld <tcit@tcit.fr>
Thu, 17 Jul 2014 13:42:59 +0000 (15:42 +0200)
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);