mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-09 23:01:32 +00:00
don't init plugins when loading everything to make a list, duh
This commit is contained in:
@@ -746,7 +746,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||
$user_enabled = array_map("trim", explode(",", get_pref("_ENABLED_PLUGINS")));
|
||||
|
||||
$tmppluginhost = new PluginHost();
|
||||
$tmppluginhost->load_all($tmppluginhost::KIND_ALL, $_SESSION["uid"]);
|
||||
$tmppluginhost->load_all($tmppluginhost::KIND_ALL, $_SESSION["uid"], true);
|
||||
$tmppluginhost->load_data(true);
|
||||
|
||||
foreach ($tmppluginhost->get_plugins() as $name => $plugin) {
|
||||
|
||||
Reference in New Issue
Block a user