]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
Fixing bugs found by static analysis
[tt-rss.git] / update.php
index d4160c7ba1cc557367184ee0a959b52a6477e62d..f542a390bf833fbfcaed6f4d6a002acbb7ae44ba 100755 (executable)
        }
 
        if (isset($options["list-plugins"])) {
-               $tmppluginhost = new PluginHost(Db::get());
+               $tmppluginhost = new PluginHost();
                $tmppluginhost->load_all($tmppluginhost::KIND_ALL);
                $enabled = array_map("trim", explode(",", PLUGINS));