1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-18 12:31:17 +02:00

Test commit

This commit is contained in:
Ryan Cramer
2019-06-23 07:16:16 -04:00
parent 35e3e4266a
commit 63ed8bff65

View File

@@ -158,6 +158,7 @@ class WireDatabasePDO extends Wire implements WireDatabase {
* *
*/ */
public function __construct($dsn, $username = null, $password = null, array $driver_options = array()) { public function __construct($dsn, $username = null, $password = null, array $driver_options = array()) {
parent::__construct();
$this->pdoConfig['dsn'] = $dsn; $this->pdoConfig['dsn'] = $dsn;
$this->pdoConfig['user'] = $username; $this->pdoConfig['user'] = $username;
$this->pdoConfig['pass'] = $password; $this->pdoConfig['pass'] = $password;