]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_routing/example_routing.php
experimental support for per-user plugins (bump schema)
[tt-rss.git] / plugins / example_routing / example_routing.php
index 024bf5b222e4e35f7c385950dbf96cf8a6fc1767..f15951e088514e2c5f2f7c32ea91a9ac5101b0c3 100644 (file)
@@ -18,7 +18,8 @@ class Example_Routing extends Plugin implements IHandler {
        function _about() {
                return array(1.0,
                        "Example routing plugin",
-                       "fox");
+                       "fox",
+                       true);
        }
 
        function __construct($host) {