mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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()
|
||||
{
|
||||
// Create the domains table.
|
||||
$oDB = DB::getInstance();
|
||||
if (!$oDB->isTableExists('domains'))
|
||||
{
|
||||
$oDB->createTableByXmlFile($this->module_path . 'schemas/domains.xml');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue