summaryrefslogtreecommitdiff
path: root/plugins/example_feed/example_feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example_feed/example_feed.php')
-rw-r--r--plugins/example_feed/example_feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/example_feed/example_feed.php b/plugins/example_feed/example_feed.php
index 205594edd..a0d6d19c7 100644
--- a/plugins/example_feed/example_feed.php
+++ b/plugins/example_feed/example_feed.php
@@ -10,7 +10,8 @@ class Example_Feed extends Plugin {
function _about() {
return array(1.0,
"Example feed plugin",
- "fox");
+ "fox",
+ true);
}
function __construct($host) {