summaryrefslogtreecommitdiff
path: root/plugins/example_feed/example_feed.php
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_feed/example_feed.php
parent57e97294259f8d14806764d7a65083c2b84f1ea7 (diff)
experimental support for per-user plugins (bump schema)
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) {