mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
Bug fix for compatibility of db classes with php 4.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9167 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
36190f9521
commit
cb8e8cbccb
4 changed files with 17 additions and 13 deletions
|
|
@ -232,7 +232,7 @@ class Context {
|
|||
|
||||
$slave_db = $db_info->master_db;
|
||||
$db_info->slave_db = array($slave_db);
|
||||
|
||||
|
||||
$self->setDBInfo($db_info);
|
||||
|
||||
$oInstallController = &getController('install');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue