]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/updater/updater.php
experimental support for per-user plugins (bump schema)
[tt-rss.git] / plugins / updater / updater.php
index c85ef32807b792511e5ebac0f55bed875678d011..2148e3c0125064b6a271214ea5025507718349de 100644 (file)
@@ -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) {