summaryrefslogtreecommitdiff
path: root/plugins/example
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-25 00:45:10 +0400
committerAndrew Dolgov <[email protected]>2012-12-25 00:45:10 +0400
commitde612e7a3850d3053c7038e94098c0681d46983b (patch)
tree3e983cc930f18bd3d18d6536801929c733f7bf6c /plugins/example
parent57e97294259f8d14806764d7a65083c2b84f1ea7 (diff)
experimental support for per-user plugins (bump schema)
Diffstat (limited to 'plugins/example')
-rw-r--r--plugins/example/example.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/example/example.php b/plugins/example/example.php
index 42550b171..be6a48551 100644
--- a/plugins/example/example.php
+++ b/plugins/example/example.php
@@ -9,7 +9,8 @@ class Example extends Plugin {
function _about() {
return array(1.0,
"Example plugin #1",
- "fox");
+ "fox",
+ true);
}
function __construct($host) {