summaryrefslogtreecommitdiff
path: root/plugins/auth_remote
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/auth_remote')
-rw-r--r--plugins/auth_remote/init.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/auth_remote/init.php b/plugins/auth_remote/init.php
index a551c6bd0..2bf090d54 100644
--- a/plugins/auth_remote/init.php
+++ b/plugins/auth_remote/init.php
@@ -77,6 +77,11 @@ class Auth_Remote extends Plugin implements IAuthModule {
return false;
}
+
+ function api_version() {
+ return 2;
+ }
+
}
?>