Remove unsued parameter
This commit is contained in:
parent
6831b78597
commit
bf30e03048
|
@ -10,7 +10,7 @@ abstract class AbstractDatabase {
|
|||
protected $dbhost;
|
||||
protected $tableprefix;
|
||||
|
||||
public function __construct($trans, $config) {
|
||||
public function __construct($trans) {
|
||||
$this->trans = $trans;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue