summaryrefslogtreecommitdiff
path: root/plugins/example/example.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example/example.php')
-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) {