1
0
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:
Andrew Dolgov
2013-04-19 08:40:19 +04:00
parent b20b6af0dc
commit 48ed517e8d
2 changed files with 3 additions and 3 deletions

View 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"];