Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
This commit is contained in:
commit
0a08d1b246
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue