summaryrefslogtreecommitdiff
path: root/plugins/example_routing/example_routing.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example_routing/example_routing.php')
-rw-r--r--plugins/example_routing/example_routing.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/example_routing/example_routing.php b/plugins/example_routing/example_routing.php
index 024bf5b22..f15951e08 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) {