mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
pluginhost: load plugin data automatically (also marks load_data method as private)
This commit is contained in:
@@ -80,9 +80,9 @@ class UserHelper {
|
||||
|
||||
$pluginhost->load($plugins, PluginHost::KIND_USER, $owner_uid);
|
||||
|
||||
if (get_schema_version() > 100) {
|
||||
/*if (get_schema_version() > 100) {
|
||||
$pluginhost->load_data();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user