]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/redditimgur/redditimgur.php
more work on user-selectable plugins; properly process system and user plugins
[tt-rss.git] / plugins / redditimgur / redditimgur.php
index 1776475383681a66a941c16f1d1d5f4bcefe35a5..ca6554a75ef7aa7aef806dffa860820ea0794e91 100644 (file)
@@ -4,13 +4,13 @@ class RedditImgur extends Plugin {
        private $link;
        private $host;
 
-       function _about() {
+       function about() {
                return array(1.0,
                        "Inline image links in Reddit RSS feeds",
                        "fox");
        }
 
-       function __construct($host) {
+       function init($host) {
                $this->link = $host->get_link();
                $this->host = $host;