mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1480 misc errors in PHP 8.0
This commit is contained in:
parent
6d4fe58c2f
commit
372e392049
6 changed files with 13 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ class integration_searchAdminController extends integration_search
|
|||
{
|
||||
// Get configurations (using module model object)
|
||||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('integration_search');
|
||||
$config = $oModuleModel->getModuleConfig('integration_search') ?: new stdClass;
|
||||
$config = (object)get_object_vars($config);
|
||||
|
||||
$config->skin = Context::get('skin');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue