]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/auth_remote/init.php
plugins: bump API version
[tt-rss.git] / plugins / auth_remote / init.php
index a551c6bd0476a9d70ee42fdb802e3bb755404a12..2bf090d5404a2ed86e20d4e4f004a94e3f928d19 100644 (file)
@@ -77,6 +77,11 @@ class Auth_Remote extends Plugin implements IAuthModule {
 
                return false;
        }
+
+       function api_version() {
+               return 2;
+       }
+
 }
 
 ?>