From de612e7a3850d3053c7038e94098c0681d46983b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 00:45:10 +0400 Subject: experimental support for per-user plugins (bump schema) --- plugins/example_routing/example_routing.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/example_routing/example_routing.php') 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) { -- cgit v1.2.3