mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
|
|
@ -148,7 +148,7 @@ function __makeMenu(&$list, $parent_srl)
|
|||
}
|
||||
|
||||
$output = $oMenuAdminController->procMenuAdminInsertItem();
|
||||
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