Skip to content

Commit

Permalink
Cause issue when using api it shouldn't load others plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Apr 18, 2024
1 parent 51a72f1 commit 67574e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/kunena/src/Config/KunenaConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,6 @@ 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 67574e8

Please sign in to comment.