summaryrefslogtreecommitdiff
path: root/plugins/googlereaderkeys
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-19 17:31:56 +0400
committerAndrew Dolgov <[email protected]>2013-04-19 17:31:56 +0400
commit106a3de91c7c8c6c275323152de414253f01127a (patch)
tree2ce5d8c825db7f115ecdaad0ced6d819b141f8d4 /plugins/googlereaderkeys
parentddf28801e4720b9d7888b9bca5daf6be14d3720c (diff)
plugins: bump API version
Diffstat (limited to 'plugins/googlereaderkeys')
-rw-r--r--plugins/googlereaderkeys/init.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/googlereaderkeys/init.php b/plugins/googlereaderkeys/init.php
index 27428a488..c8e7d7a38 100644
--- a/plugins/googlereaderkeys/init.php
+++ b/plugins/googlereaderkeys/init.php
@@ -28,7 +28,11 @@ class GoogleReaderKeys extends Plugin {
$hotkeys["(40)|down"] = "article_scroll_down";
return $hotkeys;
+ }
+ function api_version() {
+ return 2;
}
+
}
?>