summaryrefslogtreecommitdiff
path: root/plugins/example_vfeed
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/example_vfeed
parentddf28801e4720b9d7888b9bca5daf6be14d3720c (diff)
plugins: bump API version
Diffstat (limited to 'plugins/example_vfeed')
-rw-r--r--plugins/example_vfeed/init.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/example_vfeed/init.php b/plugins/example_vfeed/init.php
index b137fd0f9..31076190f 100644
--- a/plugins/example_vfeed/init.php
+++ b/plugins/example_vfeed/init.php
@@ -43,5 +43,10 @@ class Example_VFeed extends Plugin {
return $qfh_ret;
}
+
+ function api_version() {
+ return 2;
+ }
+
}
?>