mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Fix missing DB object in module::migrateDomains()
This commit is contained in:
parent
aae4d884c1
commit
4e4ef2f762
1 changed files with 1 additions and 0 deletions
|
|
@ -394,6 +394,7 @@ class module extends ModuleObject
|
||||||
function migrateDomains()
|
function migrateDomains()
|
||||||
{
|
{
|
||||||
// Create the domains table.
|
// Create the domains table.
|
||||||
|
$oDB = DB::getInstance();
|
||||||
if (!$oDB->isTableExists('domains'))
|
if (!$oDB->isTableExists('domains'))
|
||||||
{
|
{
|
||||||
$oDB->createTableByXmlFile($this->module_path . 'schemas/domains.xml');
|
$oDB->createTableByXmlFile($this->module_path . 'schemas/domains.xml');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue