diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-12-25 00:45:10 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-12-25 00:45:10 +0400 |
| commit | de612e7a3850d3053c7038e94098c0681d46983b (patch) | |
| tree | 3e983cc930f18bd3d18d6536801929c733f7bf6c /plugins/example_routing/example_routing.php | |
| parent | 57e97294259f8d14806764d7a65083c2b84f1ea7 (diff) | |
experimental support for per-user plugins (bump schema)
Diffstat (limited to 'plugins/example_routing/example_routing.php')
| -rw-r--r-- | plugins/example_routing/example_routing.php | 3 |
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) { |