]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/instances/instances.php
more work on user-selectable plugins; properly process system and user plugins
[tt-rss.git] / plugins / instances / instances.php
index 2836bce5a46a6d1c0054445d1d71fc21aecb055e..3acb163cc8d46cdc5b265f58891517bc5f115e08 100644 (file)
@@ -10,14 +10,14 @@ class Instances extends Plugin implements IHandler {
                2       => "Invalid object received",
                16      => "Access denied" );
 
-       function _about() {
+       function about() {
                return array(1.0,
                        "Support for linking tt-rss instances together and sharing popular feeds.",
                        "fox",
                        true);
        }
 
-       function __construct($host) {
+       function init($host) {
                $this->link = $host->get_link();
                $this->host = $host;