summaryrefslogtreecommitdiff
path: root/plugins/updater/updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/updater/updater.php')
-rw-r--r--plugins/updater/updater.php4
1 files changed, 2 insertions, 2 deletions
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;