mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 06:59:15 +00:00
experimental support for per-user plugins (bump schema)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user