mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
small fix
This commit is contained in:
parent
4328a0c906
commit
8d7c57e253
@ -231,7 +231,7 @@ class setup_cmd_database extends setup_cmd
|
|||||||
//echo "<p>setting $name='{$this->$name}' to it's default='$default'</p>\n";
|
//echo "<p>setting $name='{$this->$name}' to it's default='$default'</p>\n";
|
||||||
$this->set_defaults[$name] = $this->$name = $default;
|
$this->set_defaults[$name] = $this->$name = $default;
|
||||||
}
|
}
|
||||||
if (strpos($this->$name,'$domain'))
|
if (strpos($this->$name,'$domain') !== false)
|
||||||
{
|
{
|
||||||
$this->$name = str_replace(array('$domain','.','-'),array($this->domain,'_','_'),$this->$name);
|
$this->$name = str_replace(array('$domain','.','-'),array($this->domain,'_','_'),$this->$name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user