mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Various fixes to remove warnings in PHP 8.0
This commit is contained in:
parent
9a0bf6d907
commit
49923844b2
36 changed files with 271 additions and 176 deletions
|
|
@ -671,7 +671,7 @@ class widgetController extends widget
|
|||
return lang('msg_invalid_request');
|
||||
}
|
||||
|
||||
if(!$GLOBALS['_xe_loaded_widgets_'][$widget])
|
||||
if(!isset($GLOBALS['_xe_loaded_widgets_'][$widget]))
|
||||
{
|
||||
// Finding the location of a widget
|
||||
$oWidgetModel = getModel('widget');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue