Skip to content

Commit 14b5a58

Browse files
authored
Find proper script for file uninstall (#39180)
1 parent d77ec4a commit 14b5a58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/src/Installer/Adapter/FileAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ protected function setupInstallPaths()
343343
protected function setupUninstall()
344344
{
345345
$manifestFile = JPATH_MANIFESTS . '/files/' . $this->extension->element . '.xml';
346+
$this->parent->setPath('manifest', $manifestFile);
346347

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

0 commit comments

Comments
 (0)