1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 17:19:15 +00:00

Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

This commit is contained in:
Andrew Dolgov
2013-10-09 16:58:56 +04:00

View File

@@ -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);