Once more
This commit is contained in:
parent
028003d4db
commit
42273c43aa
@ -102,7 +102,7 @@ class Query_Builder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Create the database connection
|
// Create the database connection
|
||||||
if ( ! empty($params->user) && ! empty($params->pass) && $db_type !== 'sqlite')
|
if ( ! empty($params->user) && $db_type !== 'sqlite')
|
||||||
{
|
{
|
||||||
$this->db = new $dbtype($dsn, $params->user, $params->pass);
|
$this->db = new $dbtype($dsn, $params->user, $params->pass);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user