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_internal/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/auth_internal/init.php') diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index 33f90d4b1..79a8e8cb3 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -187,5 +187,10 @@ class Auth_Internal extends Plugin implements IAuthModule { return "ERROR: ".__('Old password is incorrect.'); } } + + function api_version() { + return 2; + } + } ?> -- cgit v1.2.3