mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
typo
This commit is contained in:
parent
e1c115d310
commit
3a6b8ce799
@ -41,7 +41,7 @@ class setup_cmd_database extends setup_cmd
|
||||
{
|
||||
if (!is_array($domain))
|
||||
{
|
||||
$data = array(
|
||||
$domain = array(
|
||||
'domain' => $domain,
|
||||
'db_type' => $db_type,
|
||||
'db_host' => $db_host,
|
||||
@ -115,7 +115,7 @@ class setup_cmd_database extends setup_cmd
|
||||
private function connect($user=null,$pass=null,$name=null)
|
||||
{
|
||||
if (is_null($user)) $user = $this->db_user;
|
||||
if (is_null($pass)) $pass = $this->db_name;
|
||||
if (is_null($pass)) $pass = $this->db_pass;
|
||||
if (is_null($name)) $name = $this->db_name;
|
||||
|
||||
$this->test_db = new egw_db();
|
||||
|
Loading…
Reference in New Issue
Block a user