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:
flyskyko 2011-09-19 08:38:27 +00:00
parent 77eb13849b
commit 1e0337e44f

View file

@ -129,7 +129,7 @@
$this->_sortMap($map, $mapIndex);
$dbInfo = Context::get('db_info');
$dbInfo = Context::getDBInfo();
$useCdn = $dbInfo->use_cdn;
$result = array();
@ -164,7 +164,7 @@
$this->_sortMap($map, $mapIndex);
$dbInfo = Context::get('db_info');
$dbInfo = Context::getDBInfo();
$useCdn = $dbInfo->use_cdn;
$result = array();