mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
don't init plugins when loading everything to make a list, duh
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
|
||||
if (isset($options["list-plugins"])) {
|
||||
$tmppluginhost = new PluginHost();
|
||||
$tmppluginhost->load_all($tmppluginhost::KIND_ALL);
|
||||
$tmppluginhost->load_all($tmppluginhost::KIND_ALL, false);
|
||||
$enabled = array_map("trim", explode(",", PLUGINS));
|
||||
|
||||
echo "List of all available plugins:\n";
|
||||
|
||||
Reference in New Issue
Block a user