Skip to content

Commit

Permalink
Merge branch 'joomla:5.0-dev' into 5.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchaboryk committed Feb 5, 2024
2 parents bfbe3d7 + 14b5a58 commit 4750711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/src/Installer/Adapter/FileAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ protected function setupInstallPaths()
protected function setupUninstall()
{
$manifestFile = JPATH_MANIFESTS . '/files/' . $this->extension->element . '.xml';
$this->parent->setPath('manifest', $manifestFile);

// Because libraries may not have their own folders we cannot use the standard method of finding an installation manifest
if (!file_exists($manifestFile)) {
Expand Down

0 comments on commit 4750711

Please sign in to comment.