mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Support customizing the default (base) class and install class of a module
This commit is contained in:
parent
7502b7308b
commit
3241354872
3 changed files with 23 additions and 4 deletions
|
|
@ -450,7 +450,7 @@ class ModuleHandler extends Handler
|
|||
$oModule = self::getModuleInstance($this->module, $type ?: 'class', $kind);
|
||||
if (!$oModule)
|
||||
{
|
||||
$oModule = ModuleModel::getModuleBaseClass($this->module, $xml_info);
|
||||
$oModule = ModuleModel::getModuleDefaultClass($this->module, $xml_info);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue