mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Change instanceof Object to instanceof BaseObject
This commit is contained in:
parent
84e5542d77
commit
ae971306b7
6 changed files with 8 additions and 8 deletions
|
|
@ -164,7 +164,7 @@ class ModuleInstaller
|
|||
}
|
||||
|
||||
$output = $oModule->moduleUninstall();
|
||||
if($output instanceof Object && !$output->toBool())
|
||||
if($output instanceof BaseObject && !$output->toBool())
|
||||
{
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue