summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-09 16:58:56 +0400
committerAndrew Dolgov <[email protected]>2013-10-09 16:58:56 +0400
commit0a08d1b2463b545760475b200560c83376b0cd5a (patch)
treeeaf9948def420d76c1fdd03efe2a1dd1719d5fec /include
parentb66be03a4865b50efeddfce00cc45b7b7c9692ef (diff)
parent6d45a15286ba2b0c360b6b132c35e5f477c2c329 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 040140bbf..663d9351b 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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);