summaryrefslogtreecommitdiff
path: root/plugins/example_feed
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example_feed')
-rw-r--r--plugins/example_feed/example_feed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/example_feed/example_feed.php b/plugins/example_feed/example_feed.php
index a0d6d19c7..af14d3ff3 100644
--- a/plugins/example_feed/example_feed.php
+++ b/plugins/example_feed/example_feed.php
@@ -7,14 +7,14 @@ class Example_Feed extends Plugin {
private $link;
private $host;
- function _about() {
+ function about() {
return array(1.0,
"Example feed plugin",
"fox",
true);
}
- function __construct($host) {
+ function init($host) {
$this->link = $host->get_link();
$this->host = $host;