summaryrefslogtreecommitdiff
path: root/plugins/googlereaderimport/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/googlereaderimport/init.php')
-rw-r--r--plugins/googlereaderimport/init.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/googlereaderimport/init.php b/plugins/googlereaderimport/init.php
index 183875ec8..be6b81981 100644
--- a/plugins/googlereaderimport/init.php
+++ b/plugins/googlereaderimport/init.php
@@ -374,5 +374,10 @@ class GoogleReaderImport extends Plugin {
print "</div>"; #pane
}
+
+ function api_version() {
+ return 2;
+ }
+
}
?>