]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/instances/instances.php
experimental support for per-user plugins (bump schema)
[tt-rss.git] / plugins / instances / instances.php
index fd80ee44dfefaa3f3cbfc2243be4ee236601abbe..2836bce5a46a6d1c0054445d1d71fc21aecb055e 100644 (file)
@@ -13,7 +13,8 @@ class Instances extends Plugin implements IHandler {
        function _about() {
                return array(1.0,
                        "Support for linking tt-rss instances together and sharing popular feeds.",
-                       "fox");
+                       "fox",
+                       true);
        }
 
        function __construct($host) {