From de612e7a3850d3053c7038e94098c0681d46983b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 00:45:10 +0400 Subject: experimental support for per-user plugins (bump schema) --- plugins/updater/updater.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/updater') diff --git a/plugins/updater/updater.php b/plugins/updater/updater.php index c85ef3280..2148e3c01 100644 --- a/plugins/updater/updater.php +++ b/plugins/updater/updater.php @@ -7,7 +7,8 @@ class Updater extends Plugin { function _about() { return array(1.0, "Updates tt-rss installation to latest version.", - "fox"); + "fox", + true); } function __construct($host) { -- cgit v1.2.3