]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_feed/example_feed.php
experimental support for per-user plugins (bump schema)
[tt-rss.git] / plugins / example_feed / example_feed.php
index 205594edd5ce4eada71dfc1f0e49735e861584ec..a0d6d19c740bdbcef0c0912a9770592dd0061a30 100644 (file)
@@ -10,7 +10,8 @@ class Example_Feed extends Plugin {
        function _about() {
                return array(1.0,
                        "Example feed plugin",
-                       "fox");
+                       "fox",
+                       true);
        }
 
        function __construct($host) {