mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
getDbInfo -> getDBInfo
오타 수정. (php언어 특성상 오류는 안나지만..)
This commit is contained in:
parent
a87efd502c
commit
ed65b43170
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue