mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 17:11:28 +00:00
experimental support for per-user plugins (bump schema)
This commit is contained in:
@@ -18,7 +18,8 @@ class Example_Routing extends Plugin implements IHandler {
|
||||
function _about() {
|
||||
return array(1.0,
|
||||
"Example routing plugin",
|
||||
"fox");
|
||||
"fox",
|
||||
true);
|
||||
}
|
||||
|
||||
function __construct($host) {
|
||||
|
||||
Reference in New Issue
Block a user