experimental support for per-user plugins (bump schema)

This commit is contained in:
Andrew Dolgov
2012-12-25 00:45:10 +04:00
parent 57e9729425
commit de612e7a38
16 changed files with 214 additions and 24 deletions
+2 -1
View 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) {