summaryrefslogtreecommitdiff
path: root/plugins/note/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/note/init.php')
-rw-r--r--plugins/note/init.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/note/init.php b/plugins/note/init.php
index f5816bc27..2a32961fc 100644
--- a/plugins/note/init.php
+++ b/plugins/note/init.php
@@ -68,5 +68,9 @@ class Note extends Plugin {
"raw_length" => mb_strlen($note)));
}
+ function api_version() {
+ return 2;
+ }
+
}
?>