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/updater/updater.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/updater') diff --git a/plugins/updater/updater.php b/plugins/updater/updater.php index 2148e3c01..1dbd5ab66 100644 --- a/plugins/updater/updater.php +++ b/plugins/updater/updater.php @@ -4,14 +4,14 @@ class Updater extends Plugin { private $link; private $host; - function _about() { + function about() { return array(1.0, "Updates tt-rss installation to latest version.", "fox", true); } - function __construct($host) { + function init($host) { $this->link = $host->get_link(); $this->host = $host; -- cgit v1.2.3