Skip to content

Commit

Permalink
Set back part of code in other to try to fix Cannot stdClass as array
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Apr 13, 2024
1 parent c79daaa commit 686d3a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libraries/kunena/src/Config/KunenaConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,11 @@ public function load(): void

// Perform custom validation of config data before we let anybody access it.
$this->check();

PluginHelper::importPlugin('kunena');
$plugins = [];
Factory::getApplication()->triggerEvent('onKunenaGetConfiguration', ['kunena.configuration', &$plugins]);
$this->plugins = [];
}

/**
Expand Down

0 comments on commit 686d3a0

Please sign in to comment.