mirror of
https://github.com/dg/dibi.git
synced 2025-08-18 20:02:20 +02:00
This commit is contained in:
@@ -54,8 +54,7 @@ class DibiPdoDriver extends DibiDriver
|
||||
|
||||
protected function connect()
|
||||
{
|
||||
$config = $this->config;
|
||||
return new PDO($config['dsn'], $config['username'], $config['password']);
|
||||
return new PDO($this->config['dsn'], $this->config['username'], $this->config['password']);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user