Index: trunk/phase3/includes/filerepo/ForeignDBRepo.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | if ( !isset( $this->dbConn ) ) { |
39 | 39 | $class = 'Database' . ucfirst( $this->dbType ); |
40 | 40 | $this->dbConn = new $class( $this->dbServer, $this->dbUser, |
41 | | - $this->dbPassword, $this->dbName, false, $this->dbFlags, |
| 41 | + $this->dbPassword, $this->dbName, $this->dbFlags, |
42 | 42 | $this->tablePrefix ); |
43 | 43 | } |
44 | 44 | return $this->dbConn; |