Skip to content

Commit

Permalink
[4.2] Missing/Incorrect Lang String (#39290)
Browse files Browse the repository at this point in the history
The key used here does not have a value in any of the language files.

On closer inspection it should simply be using an existing key which is used in identical uses for plugins

Code review should be fine
  • Loading branch information
brianteeman authored Nov 24, 2022
1 parent 5b7f928 commit a048385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Installer/Adapter/ModuleAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ protected function storeExtension()
// Install failed, roll back changes
throw new \RuntimeException(
Text::sprintf(
'JLIB_INSTALLER_ABORT_MOD_INSTALL_ALLREADY_EXISTS',
'JLIB_INSTALLER_ABORT_ALREADY_EXISTS',
Text::_('JLIB_INSTALLER_' . $this->route),
$this->name
)
Expand Down

0 comments on commit a048385

Please sign in to comment.