]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/identica/identica.php
more work on user-selectable plugins; properly process system and user plugins
[tt-rss.git] / plugins / identica / identica.php
index 67ca6ae2c61394e0a6a6d69917ee56a5a3b7a851..7d5e71310aa536645cf360e5eb1062cad2988a4b 100644 (file)
@@ -3,14 +3,14 @@ class Identica extends Plugin {
        private $link;
        private $host;
 
-       function __construct($host) {
+       function init($host) {
                $this->link = $host->get_link();
                $this->host = $host;
 
                $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this);
        }
 
-       function _about() {
+       function about() {
                return array(1.0,
                        "Share on Identi.ca",
                        "fox");