mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:35:57 +00:00
wip: initial for config object
This commit is contained in:
@@ -21,7 +21,7 @@ class Bookmarklets extends Plugin {
|
||||
}
|
||||
|
||||
function subscribe() {
|
||||
if (SINGLE_USER_MODE) {
|
||||
if (Config::get(Config::SINGLE_USER_MODE)) {
|
||||
UserHelper::login_sequence();
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@ class Bookmarklets extends Plugin {
|
||||
}
|
||||
|
||||
function sharepopup() {
|
||||
if (SINGLE_USER_MODE) {
|
||||
if (Config::get(Config::SINGLE_USER_MODE)) {
|
||||
UserHelper::login_sequence();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user