From 106a3de91c7c8c6c275323152de414253f01127a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Apr 2013 17:31:56 +0400 Subject: plugins: bump API version --- plugins/auth_remote/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/auth_remote') 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; + } + } ?> -- cgit v1.2.3-54-g00ecf