diff --git a/upload/engine/core.class.php b/upload/engine/core.class.php index d5dc68d..f23fd5d 100644 --- a/upload/engine/core.class.php +++ b/upload/engine/core.class.php @@ -43,7 +43,7 @@ require_once(MCR_TOOL_PATH.'db/'.$this->config->db['backend'].'.class.php'); // Create & set new object of database - $this->db = new db($this->config, $lng); + $this->db = new db($this->config); // Load user class require_once(MCR_TOOL_PATH.'user.class.php');