Index: trunk/phase3/includes/filerepo/ForeignDBRepo.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | if ( !isset( $this->dbConn ) ) { |
39 | 39 | $this->dbConn = DatabaseBase::newFromType( $this->dbType, |
40 | 40 | array( |
41 | | - 'server' => $this->dbServer, |
| 41 | + 'host' => $this->dbServer, |
42 | 42 | 'user' => $this->dbUser, |
43 | 43 | 'password' => $this->dbPassword, |
44 | 44 | 'dbname' => $this->dbName, |