This commit is contained in:
parent
6993485425
commit
69a2490a63
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ class Doctrine_Db implements Countable, IteratorAggregate, Doctrine_Adapter_Inte
|
||||||
*/
|
*/
|
||||||
public function __construct($dsn, $user = null, $pass = null)
|
public function __construct($dsn, $user = null, $pass = null)
|
||||||
{
|
{
|
||||||
// check the dsn is PEAR-like or not
|
// check if dsn is PEAR-like or not
|
||||||
if ( ! isset($user) && strpos($dsn, '://')) {
|
if ( ! isset($user) || strpos($dsn, '://')) {
|
||||||
$a = self::parseDSN($dsn);
|
$a = self::parseDSN($dsn);
|
||||||
|
|
||||||
extract($a);
|
extract($a);
|
||||||
|
|
Loading…
Add table
Reference in a new issue