Support customizing the default (base) class and install class of a module

This commit is contained in:
Kijin Sung 2023-08-11 22:09:26 +09:00
parent 7502b7308b
commit 3241354872
3 changed files with 23 additions and 4 deletions

View file

@ -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);
}
}