Skip to content

Commit

Permalink
Merge pull request #2 from BrainforgeUK/BrainforgeUK-patch-1
Browse files Browse the repository at this point in the history
Corrected 'could not copy files' message
  • Loading branch information
BrainforgeUK committed Aug 16, 2021
2 parents 2919aa6 + 2b9a5f8 commit caf061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Installer/Adapter/LibraryAdapter.php
Expand Up @@ -77,7 +77,7 @@ protected function copyBaseFiles()
{
if ($this->parent->parseFiles($this->getManifest()->files, -1) === false)
{
throw new \RuntimeException(Text::_('JLIB_INSTALLER_ABORT_LIB_COPY_FILES'));
throw new \RuntimeException(Text::sprintf('JLIB_INSTALLER_ABORT_LIB_COPY_FILES', $this->element));
}
}

Expand Down

0 comments on commit caf061a

Please sign in to comment.