From d2a421e3cbaa782748840fc19afad4ac65f044b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 10:02:08 +0400 Subject: more work on user-selectable plugins; properly process system and user plugins --- plugins/instances/instances.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/instances') diff --git a/plugins/instances/instances.php b/plugins/instances/instances.php index 2836bce5a..3acb163cc 100644 --- a/plugins/instances/instances.php +++ b/plugins/instances/instances.php @@ -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; -- cgit v1.2.3