mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Fix error when namespaced module (empty type) is used with forwarded action (e.g. file upload)
This commit is contained in:
parent
51173863c1
commit
abacd82a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ class ModuleHandler extends Handler
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$oModule = self::getModuleInstance($this->module, $type, $kind);
|
$oModule = self::getModuleInstance($this->module, $type ?: 'class', $kind);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!is_object($oModule))
|
if(!is_object($oModule))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue