mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1639 various errors in PHP 8.0
This commit is contained in:
parent
0cff0c2456
commit
53d54fbeaf
2 changed files with 3 additions and 3 deletions
|
|
@ -97,12 +97,12 @@ class documentView extends document
|
|||
if(count($document_srl_list))
|
||||
{
|
||||
$document_list = DocumentModel::getDocuments($document_srl_list);
|
||||
Context::set('document_list', $document_list);
|
||||
}
|
||||
else
|
||||
{
|
||||
Context::set('document_list', array());
|
||||
$document_list = array();
|
||||
}
|
||||
Context::set('document_list', $document_list);
|
||||
|
||||
// Set target module info
|
||||
$target_mid = Context::getRequestVars()->mid ?? '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue