]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
don't init plugins when loading everything to make a list, duh
[tt-rss.git] / update.php
index 0fa4db0d8a7bab5511cf9975f401f6d9e1b61ba5..96097c56ad2e3675921f564b86651a954fb9a60e 100755 (executable)
 
        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";