Skip to content
Snippets Groups Projects
Commit bf30e030 authored by Bart Visscher's avatar Bart Visscher
Browse files

Remove unsued parameter

parent 6831b785
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ abstract class AbstractDatabase {
protected $dbhost;
protected $tableprefix;
public function __construct($trans, $config) {
public function __construct($trans) {
$this->trans = $trans;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment