From 48ed517e8dd52fdb8b00739808d0820cefc42e8d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Apr 2013 08:40:19 +0400 Subject: pref_prefs: remove second argument from the constructor --- classes/pluginhost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/pluginhost.php') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 1c490b1ef..44056d262 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -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"]; -- cgit v1.2.3