getDbInfo -> getDBInfo

오타 수정. (php언어 특성상 오류는 안나지만..)
This commit is contained in:
람츠 2015-09-02 08:44:17 +09:00
parent a87efd502c
commit ed65b43170

View file

@ -600,7 +600,7 @@ class installController extends install
{
$db_tmp_config_file = $this->db_tmp_config_file;
$db_info = Context::getDbInfo();
$db_info = Context::getDBInfo();
if(!$db_info) return;
$buff = $this->_getDBConfigFileContents($db_info);