]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unsued parameter
authorBart Visscher <bartv@thisnet.nl>
Wed, 10 Apr 2013 15:57:58 +0000 (17:57 +0200)
committerBart Visscher <bartv@thisnet.nl>
Sat, 29 Jun 2013 19:15:05 +0000 (21:15 +0200)
lib/setup/abstractdatabase.php

index 07a679f211227b9d0c4f58eb2655e1a4318ee219..c1b611e65545e1da0d0befcb2f23bfb195a83f76 100644 (file)
@@ -10,7 +10,7 @@ abstract class AbstractDatabase {
        protected $dbhost;
        protected $tableprefix;
 
-       public function __construct($trans, $config) {
+       public function __construct($trans) {
                $this->trans = $trans;
        }