mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
issue 160, fix a bug for get DB info
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9198 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77eb13849b
commit
1e0337e44f
1 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@
|
||||||
|
|
||||||
$this->_sortMap($map, $mapIndex);
|
$this->_sortMap($map, $mapIndex);
|
||||||
|
|
||||||
$dbInfo = Context::get('db_info');
|
$dbInfo = Context::getDBInfo();
|
||||||
$useCdn = $dbInfo->use_cdn;
|
$useCdn = $dbInfo->use_cdn;
|
||||||
|
|
||||||
$result = array();
|
$result = array();
|
||||||
|
|
@ -164,7 +164,7 @@
|
||||||
|
|
||||||
$this->_sortMap($map, $mapIndex);
|
$this->_sortMap($map, $mapIndex);
|
||||||
|
|
||||||
$dbInfo = Context::get('db_info');
|
$dbInfo = Context::getDBInfo();
|
||||||
$useCdn = $dbInfo->use_cdn;
|
$useCdn = $dbInfo->use_cdn;
|
||||||
|
|
||||||
$result = array();
|
$result = array();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue