mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:05:56 +00:00
load_user_plugins: only load data when schema version > 100
This commit is contained in:
@@ -709,7 +709,10 @@
|
||||
|
||||
global $pluginhost;
|
||||
$pluginhost->load($plugins, $pluginhost::KIND_USER, $owner_uid);
|
||||
$pluginhost->load_data();
|
||||
|
||||
if (get_schema_version($link) > 100) {
|
||||
$pluginhost->load_data();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user