mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix deprecation warnings in PHP 8.2
This commit is contained in:
parent
6c844f91ef
commit
651238916b
8 changed files with 17 additions and 23 deletions
|
|
@ -1302,7 +1302,7 @@ class DocumentModel extends Document
|
|||
}
|
||||
|
||||
// check it can use extra variable
|
||||
if(!$load_extra_vars || !$extra_keys = self::getExtraKeys($obj->module_srl))
|
||||
if(!$load_extra_vars || !$extra_keys = self::getExtraKeys($obj->module_srl ?? 0))
|
||||
{
|
||||
$args->sort_index = 'list_order';
|
||||
return $args;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue