1
0
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:
Andrew Dolgov
2015-10-08 17:02:32 +03:00
parent 9cc29abd41
commit 583f163f40
3 changed files with 8 additions and 8 deletions

View File

@@ -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";