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

master
Andrew Dolgov 11 years ago
commit 0a08d1b246

@ -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…
Cancel
Save