]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
pref_prefs: remove second argument from the constructor
[tt-rss.git] / classes / pluginhost.php
index 1c490b1ef926eb5e483eff20c152cacde1df199c..44056d262e315421d23b6f838fbfc868085ab6db 100644 (file)
@@ -36,7 +36,7 @@ class PluginHost {
        const KIND_SYSTEM = 2;
        const KIND_USER = 3;
 
-       function __construct($ignored = false) {
+       function __construct() {
                $this->dbh = Db::get();
                $this->storage = $_SESSION["plugin_storage"];