]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/googlereaderimport/init.php
plugins: bump API version
[tt-rss.git] / plugins / googlereaderimport / init.php
index 183875ec8afa7ea9cc2458bc55113b4c18f50b25..be6b8198154a25f15db0cce6c8eb7bc5d5cc4e43 100644 (file)
@@ -374,5 +374,10 @@ class GoogleReaderImport extends Plugin {
 
                print "</div>"; #pane
        }
+
+       function api_version() {
+               return 2;
+       }
+
 }
 ?>