X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fexample_routing%2Fexample_routing.php;h=f15951e088514e2c5f2f7c32ea91a9ac5101b0c3;hb=de612e7a3850d3053c7038e94098c0681d46983b;hp=024bf5b222e4e35f7c385950dbf96cf8a6fc1767;hpb=57e97294259f8d14806764d7a65083c2b84f1ea7;p=tt-rss.git diff --git a/plugins/example_routing/example_routing.php b/plugins/example_routing/example_routing.php index 024bf5b2..f15951e0 100644 --- a/plugins/example_routing/example_routing.php +++ b/plugins/example_routing/example_routing.php @@ -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) {