mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
do not try to load user plugins on schema < 100
This commit is contained in:
@@ -804,7 +804,7 @@
|
||||
}
|
||||
|
||||
function load_user_plugins($owner_uid) {
|
||||
if ($owner_uid) {
|
||||
if ($owner_uid && SCHEMA_VERSION >= 100) {
|
||||
$plugins = get_pref("_ENABLED_PLUGINS", $owner_uid);
|
||||
|
||||
PluginHost::getInstance()->load($plugins, PluginHost::KIND_USER, $owner_uid);
|
||||
|
||||
Reference in New Issue
Block a user