mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 23:51:29 +00:00
pref_prefs: remove second argument from the constructor
This commit is contained in:
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user