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_feed/example_feed.php | |
| parent | 57e97294259f8d14806764d7a65083c2b84f1ea7 (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.php | 3 |
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) { |