mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #1485 misc errors in PHP 8.0
This commit is contained in:
parent
74b612715c
commit
9a0bf6d907
3 changed files with 5 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ class editorAdminView extends editor
|
|||
// Get editor component info
|
||||
$oAutoinstallModel = getModel('autoinstall');
|
||||
$component_list = $oEditorModel->getComponentList(false, 0, true);
|
||||
$component_count = count($component_list);
|
||||
$component_count = countobj($component_list);
|
||||
$targetpackages = array();
|
||||
foreach ($component_list as $xml_info)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue