mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
- bug fix: save the DB server name properly
SVN:code[18]
This commit is contained in:
@@ -180,7 +180,7 @@ class Config
|
||||
|
||||
public function SetDBHost($sDBHost)
|
||||
{
|
||||
$this->m_sDBHost = $sHost;
|
||||
$this->m_sDBHost = $sDBHost;
|
||||
}
|
||||
|
||||
public function SetDBName($sDBName)
|
||||
|
||||
Reference in New Issue
Block a user