mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix warnings in PHP 8.0 related to editor components
This commit is contained in:
parent
c5ceafc841
commit
c6f728cec6
4 changed files with 14 additions and 14 deletions
|
|
@ -20,7 +20,7 @@ class EditorHandler extends BaseObject
|
|||
{
|
||||
Context::set('component_info', $info);
|
||||
|
||||
if(!$info->extra_vars)
|
||||
if(!isset($info->extra_vars) || !$info->extra_vars)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue